Home
last modified time | relevance | path

Searched refs:EXTRA_REMOTE_CALLBACK_ACTION (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/assist/common/src/android/assist/common/
DBaseRemoteCallbackActivity.java43 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, action); in notify()
56 String action = results.getString(Utils.EXTRA_REMOTE_CALLBACK_ACTION); in registerReceivingCallback()
67 …bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.EXTRA_REMOTE_CALLBACK_RECEIVING_ACTION); in registerReceivingCallback()
DUtils.java97 public static final String EXTRA_REMOTE_CALLBACK_ACTION = "extra_remote_callback_action"; field in Utils
269 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, action); in bundleOfRemoteAction()
/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java84 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.SCROLL_TEXTVIEW_ACTION); in scrollTestApp()
86 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.SCROLL_SCROLLVIEW_ACTION); in scrollTestApp()
DLifecycleTest.java97 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.HIDE_LIFECYCLE_ACTIVITY); in testLayerDoesNotTriggerLifecycleMethods()
120 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.HIDE_LIFECYCLE_ACTIVITY); in testNoUiLayerDoesNotTriggerLifecycleMethods()
DAssistTestBase.java98 String action = result.getString(Utils.EXTRA_REMOTE_CALLBACK_ACTION);
169 String action = results.getString(Utils.EXTRA_REMOTE_CALLBACK_ACTION); in registerForAsyncReceivingCallback()
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionSession.java71 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.HIDE_SESSION_COMPLETE); in onCreate()
119 … bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.BROADCAST_CONTENT_VIEW_HEIGHT); in onShow()
214 … bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.BROADCAST_ASSIST_DATA_INTENT); in maybeBroadcastResults()
DMainInteractionService.java72 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, action); in notify()