Home
last modified time | relevance | path

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

/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/
DContentSuggestionsManagerTest.java108 String requestId = "TEST"; in managerForwards_notifyInteraction() local
DCtsContentSuggestionsService.java103 public void onNotifyInteraction(String requestId, Bundle interaction) { in onNotifyInteraction()