Home
last modified time | relevance | path

Searched refs:requestId (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DStubMediaRoute2ProviderService.java184 public void onSetRouteVolume(long requestId, String routeId, int volume) { in onSetRouteVolume() argument
197 public void onSetSessionVolume(long requestId, String sessionId, int volume) { in onSetSessionVolume() argument
210 public void onCreateSession(long requestId, String packageName, String routeId, in onCreateSession() argument
214 proxy.onCreateSession(requestId, packageName, routeId, sessionHints); in onCreateSession()
220 notifyRequestFailed(requestId, REASON_UNKNOWN_ERROR); in onCreateSession()
223 maybeDeselectRoute(routeId, requestId); in onCreateSession()
243 notifySessionCreated(requestId, sessionInfo); in onCreateSession()
248 public void onReleaseSession(long requestId, String sessionId) { in onReleaseSession() argument
251 proxy.onReleaseSession(requestId, sessionId); in onReleaseSession()
286 public void onSelectRoute(long requestId, String sessionId, String routeId) { in onSelectRoute() argument
[all …]
DMediaRoute2ProviderServiceTest.java305 public void onCreateSession(long requestId, String packageName, String routeId, in testSessionRelatedCallbacks()
319 mService.notifySessionCreated(requestId, info); in testSessionRelatedCallbacks()
324 public void onSelectRoute(long requestId, String sessionId, String routeId) { in testSessionRelatedCallbacks()
339 public void onDeselectRoute(long requestId, String sessionId, String routeId) { in testSessionRelatedCallbacks()
354 public void onTransferToRoute(long requestId, String sessionId, String routeId) { in testSessionRelatedCallbacks()
370 public void onReleaseSession(long requestId, String sessionId) { in testSessionRelatedCallbacks()
473 public void onCreateSession(long requestId, String packageName, String routeId, in testNotifySessionReleased()
485 mService.notifySessionCreated(requestId, info); in testNotifySessionReleased()
DSystemMediaRouter2Test.java530 public void onReleaseSession(long requestId, String sessionId) { in testTransferToTwice()
DMediaRouter2Test.java335 public void onReleaseSession(long requestId, String sessionId) { in testTransferToTwice()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedServerService.java332 public void onCharacteristicWriteRequest(BluetoothDevice device, int requestId,
364 mGattServer.sendResponse(device, requestId, status, offset, value);
369 …public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, int offset, Bluetoo…
385 mGattServer.sendResponse(device, requestId, status, offset, characteristic.getValue());
389 …public void onDescriptorReadRequest(BluetoothDevice device, int requestId, int offset, BluetoothGa…
407 mGattServer.sendResponse(device, requestId, status, offset, descriptor.getValue());
411 …public void onDescriptorWriteRequest(BluetoothDevice device, int requestId, BluetoothGattDescripto…
439 mGattServer.sendResponse(device, requestId, status, offset, value);
DBleServerService.java979 …public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, int offset, Bluetoo…
1009 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
1020 public void onCharacteristicWriteRequest(BluetoothDevice device, int requestId,
1055 … mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
1062 … mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
1080 … mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
1089 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
1112 … mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
1117 public void onDescriptorReadRequest(BluetoothDevice device, int requestId,
1142 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
[all …]
DBleCocServerService.java483 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, int offset,
514 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DCtsContentSuggestionsService.java103 public void onNotifyInteraction(String requestId, Bundle interaction) { in onNotifyInteraction() argument
106 "onNotifyInteraction() called with: requestId = [" + requestId in onNotifyInteraction()
110 sWatcher.verifier.onNotifyInteraction(requestId, interaction); in onNotifyInteraction()
DContentSuggestionsManagerTest.java112 String requestId = "TEST"; in managerForwards_notifyInteraction() local
114 mManager.notifyInteraction(requestId, new Bundle()); in managerForwards_notifyInteraction()
115 verifyService().onNotifyInteraction(eq(requestId), any()); in managerForwards_notifyInteraction()
/cts/tests/tests/telecom/src/android/telecom/cts/
DRttOperationsTest.java147 int requestId = (Integer) mOnRttRequestCounter.getArgs(0)[1]; in testAcceptRemoteRttUpgrade() local
148 call.respondToRttRequest(requestId, true /* accept */); in testAcceptRemoteRttUpgrade()
170 int requestId = (Integer) mOnRttRequestCounter.getArgs(0)[1]; in testRejectRemoteRttRequest() local
171 call.respondToRttRequest(requestId, false /* accept */); in testRejectRemoteRttRequest()
/cts/hostsidetests/devicepolicy/app/ContentSuggestionsApp/src/com/android/cts/devicepolicy/contentsuggestionsapp/
DSimpleContentSuggestionsService.java47 public void onNotifyInteraction(String requestId, Bundle interaction) { in onNotifyInteraction() argument
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DWebViewReadyHelper.java37 public void onComplete(long requestId) {
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java411 public void postVisualStateCallback(final long requestId, final VisualStateCallback callback) {
413 mWebView.postVisualStateCallback(requestId, callback);
568 public void onComplete(long requestId) {
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInstrumentedAutoFillService.java639 InlineSuggestionsRequest inlineRequest, int requestId) { in onFillRequest() argument
710 "onFillRequest(" + requestId + "): fillResponse = " + fillResponse); in onFillRequest()
718 Log.v(TAG, "onFillRequest(" + requestId + "): fillResponse = " + fillResponse); in onFillRequest()
/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java314 public void onComplete(long requestId) { in capture()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2434 public void onComplete(long requestId) { in testVisualStateCallbackCalled()
2435 visualStateFuture.set(requestId); in testVisualStateCallbackCalled()