Home
last modified time | relevance | path

Searched defs:requestId (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DStubMediaRoute2ProviderService.java184 public void onSetRouteVolume(long requestId, String routeId, int volume) { in onSetRouteVolume()
197 public void onSetSessionVolume(long requestId, String sessionId, int volume) { in onSetSessionVolume()
210 public void onCreateSession(long requestId, String packageName, String routeId, in onCreateSession()
248 public void onReleaseSession(long requestId, String sessionId) { in onReleaseSession()
286 public void onSelectRoute(long requestId, String sessionId, String routeId) { in onSelectRoute()
315 public void onDeselectRoute(long requestId, String sessionId, String routeId) { in onDeselectRoute()
350 public void onTransferToRoute(long requestId, String sessionId, String routeId) { in onTransferToRoute()
411 void maybeDeselectRoute(String routeId, long requestId) { in maybeDeselectRoute()
425 public void onCreateSession(long requestId, @NonNull String packageName, in onCreateSession()
427 public void onReleaseSession(long requestId, @NonNull String sessionId) {} in onReleaseSession()
[all …]
/cts/hostsidetests/devicepolicy/app/ContentSuggestionsApp/src/com/android/cts/devicepolicy/contentsuggestionsapp/
DSimpleContentSuggestionsService.java47 public void onNotifyInteraction(String requestId, Bundle interaction) { in onNotifyInteraction()
/cts/tests/tests/telecom/src/android/telecom/cts/
DRttOperationsTest.java147 int requestId = (Integer) mOnRttRequestCounter.getArgs(0)[1]; in testAcceptRemoteRttUpgrade() local
170 int requestId = (Integer) mOnRttRequestCounter.getArgs(0)[1]; in testRejectRemoteRttRequest() local
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DCtsContentSuggestionsService.java103 public void onNotifyInteraction(String requestId, Bundle interaction) { in onNotifyInteraction()
DContentSuggestionsManagerTest.java112 String requestId = "TEST"; in managerForwards_notifyInteraction() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInstrumentedAutoFillService.java639 InlineSuggestionsRequest inlineRequest, int requestId) { in onFillRequest()