/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/ |
D | StubMediaRoute2ProviderService.java | 225 public void onSetRouteVolume(long requestId, String routeId, int volume) { in onSetRouteVolume() argument 232 notifyRequestFailed(requestId, REASON_REJECTED); in onSetRouteVolume() 244 public void onSetSessionVolume(long requestId, String sessionId, int volume) { in onSetSessionVolume() argument 257 public void onCreateSession(long requestId, String packageName, String routeId, in onCreateSession() argument 261 proxy.onCreateSession(requestId, packageName, routeId, sessionHints); in onCreateSession() 267 notifyRequestFailed(requestId, REASON_UNKNOWN_ERROR); in onCreateSession() 270 maybeDeselectRoute(routeId, requestId); in onCreateSession() 306 notifySessionCreated(requestId, sessionInfoBuilder.build()); in onCreateSession() 311 public void onReleaseSession(long requestId, String sessionId) { in onReleaseSession() argument 314 proxy.onReleaseSession(requestId, sessionId); in onReleaseSession() [all …]
|
D | MediaRoute2ProviderServiceTest.java | 422 public void onCreateSession(long requestId, String packageName, String routeId, in testSessionRelatedCallbacks() 436 mService.notifySessionCreated(requestId, info); in testSessionRelatedCallbacks() 441 public void onSelectRoute(long requestId, String sessionId, String routeId) { in testSessionRelatedCallbacks() 456 public void onDeselectRoute(long requestId, String sessionId, String routeId) { in testSessionRelatedCallbacks() 471 public void onTransferToRoute(long requestId, String sessionId, String routeId) { in testSessionRelatedCallbacks() 487 public void onReleaseSession(long requestId, String sessionId) { in testSessionRelatedCallbacks() 591 public void onCreateSession(long requestId, String packageName, String routeId, in testNotifySessionReleased() 603 mService.notifySessionCreated(requestId, info); in testNotifySessionReleased()
|
/cts/hostsidetests/media/app/MediaRouteProviderApps/src/android/media/router/cts/ |
D | BaseFakeRouteProviderService.java | 89 public void onSetRouteVolume(long requestId, String routeId, int volume) {} in onSetRouteVolume() argument 92 public void onSetSessionVolume(long requestId, String sessionId, int volume) {} in onSetSessionVolume() argument 96 long requestId, String packageName, String routeId, Bundle sessionHints) {} in onCreateSession() argument 99 public void onReleaseSession(long requestId, String sessionId) {} in onReleaseSession() argument 102 public void onSelectRoute(long requestId, String sessionId, String routeId) {} in onSelectRoute() argument 105 public void onDeselectRoute(long requestId, String sessionId, String routeId) {} in onDeselectRoute() argument 108 public void onTransferToRoute(long requestId, String sessionId, String routeId) {} in onTransferToRoute() argument
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothGattServerCallbackTest.java | 61 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, 66 public void onCharacteristicWriteRequest(BluetoothDevice device, int requestId, 73 public void onDescriptorReadRequest(BluetoothDevice device, int requestId, 78 public void onDescriptorWriteRequest(BluetoothDevice device, int requestId, 85 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
|
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/ |
D | StubTvInteractiveAppService.java | 243 public void removeBroadcastInfo(int requestId) { in removeBroadcastInfo() argument 244 super.removeBroadcastInfo(requestId); in removeBroadcastInfo() 283 public void requestScheduleRecording(String requestId, String inputId, Uri channelUri, in requestScheduleRecording() argument 285 super.requestScheduleRecording(requestId, inputId, channelUri, programUri, params); in requestScheduleRecording() 289 public void requestScheduleRecording(String requestId, String inputId, Uri channelUri, in requestScheduleRecording() argument 292 requestId, inputId, channelUri, startTime, duration, repeatedDays, params); in requestScheduleRecording() 548 public void onRecordingStarted(String recordingId, String requestId) { in onRecordingStarted() argument 549 super.onRecordingStarted(recordingId, requestId); in onRecordingStarted() 552 mRequestId = requestId; in onRecordingStarted() 563 public void onRecordingScheduled(String recordingId, String requestId) { in onRecordingScheduled() argument [all …]
|
D | TvInteractiveAppServiceTest.java | 354 public void onRequestStartRecording(String id, String requestId, Uri programUri) { in onRequestStartRecording() argument 355 super.onRequestStartRecording(id, requestId, programUri); in onRequestStartRecording() 358 mRequestId = requestId; in onRequestStartRecording() 369 public void onRequestScheduleRecording(String id, String requestId, in onRequestScheduleRecording() argument 372 id, requestId, inputId, channelUri, programUri, params); in onRequestScheduleRecording() 374 mRequestId = requestId; in onRequestScheduleRecording() 382 public void onRequestScheduleRecording(String id, String requestId, in onRequestScheduleRecording() argument 386 id, requestId, inputId, channelUri, startTime, duration, repeated, params); in onRequestScheduleRecording() 388 mRequestId = requestId; in onRequestScheduleRecording()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleEncryptedServerService.java | 332 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);
|
D | BleServerService.java | 992 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, int offset, 1023 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value); 1034 public void onCharacteristicWriteRequest(BluetoothDevice device, int requestId, 1070 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, 1078 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, 1100 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, 1109 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null); 1133 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, 1139 public void onDescriptorReadRequest(BluetoothDevice device, int requestId, 1164 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value); [all …]
|
D | BleCocServerService.java | 483 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/ |
D | CtsContentSuggestionsService.java | 103 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()
|
D | ContentSuggestionsManagerTest.java | 112 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/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InstrumentedAutoFillService.java | 395 public final int requestId; field in FillRequest 402 int requestId) { in FillRequest() argument 412 this.requestId = requestId; in FillRequest() 682 int requestId) { in onFillRequest() argument 701 requestId)); in onFillRequest() 776 "onFillRequest(" + requestId + "): fillResponse = " + fillResponse); in onFillRequest() 781 flags, inlineRequest, delayFillIntentSender, requestId), in onFillRequest() 785 Log.v(TAG, "onFillRequest(" + requestId + "): fillResponse = " + fillResponse); in onFillRequest() 794 delayFillIntentSender, requestId), in onFillRequest()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | RttOperationsTest.java | 147 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/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | WebViewReadyHelper.java | 37 public void onComplete(long requestId) {
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockModemManager.java | 400 public boolean forceErrorResponse(int slotId, int requestId, int error) throws Exception { in forceErrorResponse() argument 403 "forceErrorResponse[" + slotId + "] for request:" + requestId + " ,error:" + error); in forceErrorResponse() 406 switch (requestId) { in forceErrorResponse() 410 .forceErrorResponse(requestId, error); in forceErrorResponse() 413 Log.e(TAG, "request:" + requestId + " not support to change the response error"); in forceErrorResponse()
|
D | IRadioModemImpl.java | 529 public void forceErrorResponse(int requestId, int error) { in forceErrorResponse() argument 530 switch (requestId) { in forceErrorResponse()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewOnUiThread.java | 413 public void postVisualStateCallback(final long requestId, final VisualStateCallback callback) { 415 mWebView.postVisualStateCallback(requestId, callback); 570 public void onComplete(long requestId) {
|
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/premade/ |
D | EventLibContentSuggestionsService.java | 88 public void onNotifyInteraction(String requestId, Bundle interaction) { in onNotifyInteraction() argument
|
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 2704 int requestId = getPropertyRequest.getRequestId(); in verifyGetPropertiesAsync() local 2705 requestIdToAreaIdMap.put(requestId, areaId); in verifyGetPropertiesAsync() 2717 int requestId = getPropertyResult.getRequestId(); in verifyGetPropertiesAsync() local 2719 if (requestIdToAreaIdMap.indexOfKey(requestId) < 0) { in verifyGetPropertiesAsync() 2724 Integer expectedAreaId = requestIdToAreaIdMap.get(requestId); in verifyGetPropertiesAsync() 2737 int requestId = propertyAsyncError.getRequestId(); in verifyGetPropertiesAsync() local 2738 if (requestIdToAreaIdMap.indexOfKey(requestId) < 0) { in verifyGetPropertiesAsync() 2816 int requestId = setPropertyResult.getRequestId(); in verifySetPropertiesAsync() local 2817 if (requestIdToAreaIdMap.indexOfKey(requestId) < 0) { in verifySetPropertiesAsync() 2824 requestIdToAreaIdMap.get(requestId)); in verifySetPropertiesAsync() [all …]
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35676/src/android/security/cts/CVE_2023_35676/ |
D | ContentSuggestionsService.java | 127 public void onNotifyInteraction(String requestId, Bundle interaction) {} in onNotifyInteraction() argument
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarAudioManagerTest.java | 2092 public void onRequestMediaOnPrimaryZone(OccupantZoneInfo info, long requestId) { in onRequestMediaOnPrimaryZone() argument 2094 mRequestId = requestId; in onRequestMediaOnPrimaryZone() 2095 Log.i(TAG, "onRequestMediaOnPrimaryZone info " + info + " request id " + requestId); in onRequestMediaOnPrimaryZone() 2101 long requestId, int status) { in onMediaAudioRequestStatusChanged() argument 2130 long requestId, int status) { in onMediaAudioRequestStatusChanged() argument 2132 mRequestId = requestId; in onMediaAudioRequestStatusChanged() 2135 + requestId + " status " + status); in onMediaAudioRequestStatusChanged()
|
D | CarPropertyManagerTest.java | 8091 private static String toMsg(int requestId, int propId, int areaId) { 8092 return "Request ID: " + requestId + " (propId: " + VehiclePropertyIds.toString(propId) 8096 private void onSuccess(boolean forGet, int requestId, int propId, int areaId, 8099 if (!mPendingRequests.contains(requestId)) { 8100 mErrorList.add(toMsg(requestId, propId, areaId) + " not present"); 8103 mPendingRequests.remove(requestId); 8104 mResultList.add(toMsg(requestId, propId, areaId) 8107 String requestInfo = toMsg(requestId, propId, areaId); 8141 int requestId = error.getRequestId(); 8145 if (!mPendingRequests.contains(requestId)) { [all …]
|
/cts/tests/tests/text/src/android/text/cts/ |
D | EmojiTest.java | 323 public void onComplete(long requestId) { in capture()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 1844 long requestId = command.getId(); in testPerformHandwritingGesture() 1846 stream, onPerformHandwritingGestureResultMatcher(requestId), TIMEOUT); in testPerformHandwritingGesture() 1856 notExpectEvent(stream, onPerformHandwritingGestureResultMatcher(requestId), in testPerformHandwritingGesture() 1889 long requestId = command.getId(); in testInsertModeGestureOngoingCancellation() 1891 stream, onPerformHandwritingGestureResultMatcher(requestId), TIMEOUT); in testInsertModeGestureOngoingCancellation() 1901 long requestId) { in onPerformHandwritingGestureResultMatcher() argument 1902 return withDescription("onPerformHandwritingGestureResult(" + requestId + ")", event -> { in onPerformHandwritingGestureResultMatcher() 1906 return event.getArguments().getLong("requestId") == requestId; in onPerformHandwritingGestureResultMatcher() 1911 long requestId) { 1912 return withDescription("onRequestTextBoundsInfoResult(" + requestId + ")", event -> { [all …]
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockIme.java | 1733 void onPerformHandwritingGestureResult(int result, long requestId, Runnable runnable) { 1736 arguments.putLong("requestId", requestId); 1740 public void onRequestTextBoundsInfoResult(TextBoundsInfoResult result, long requestId) { 1744 arguments.putLong("requestId", requestId);
|