Home
last modified time | relevance | path

Searched refs:EXTRA_TOKEN (Results 1 – 5 of 5) sorted by relevance

/cts/tests/contextualsearch/src/android/contextualsearch/cts/
DContextualSearchManagerTest.kt118 assertThat(extras.containsKey(ContextualSearchManager.EXTRA_TOKEN)).isTrue() in testContextualSearchExtras()
132 .getParcelable(ContextualSearchManager.EXTRA_TOKEN, CallbackToken::class.java)!! in testRequestContextualSearchState()
153 .getParcelable(ContextualSearchManager.EXTRA_TOKEN, CallbackToken::class.java)!! in testRequestContextualSearchStateWithTokenRefresh()
161 ContextualSearchManager.EXTRA_TOKEN, in testRequestContextualSearchStateWithTokenRefresh()
186 .getParcelable(ContextualSearchManager.EXTRA_TOKEN, CallbackToken::class.java)!! in testTokenWithinValidDuration()
209 .getParcelable(ContextualSearchManager.EXTRA_TOKEN, CallbackToken::class.java)!! in testTokenAfterValidDuration()
/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DOverlayActivity.java20 import static android.server.wm.overlay.Components.OverlayActivity.EXTRA_TOKEN;
62 bundle.putBinder(EXTRA_TOKEN, getWindow().getAttributes().token); in onResume()
DComponents.java34 String EXTRA_TOKEN = "token"; field
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTest.java26 import static android.server.wm.overlay.Components.OverlayActivity.EXTRA_TOKEN;
560 IBinder token = receiver.getData(TIMEOUT_MS).getBinder(EXTRA_TOKEN); in testWhenActivityChildWindowWithDifferentTokenFromDifferentApp_blocksTouch()
575 IBinder token = receiver.getData(TIMEOUT_MS).getBinder(EXTRA_TOKEN); in testWhenActivityChildWindowWithDifferentTokenFromSameApp_allowsTouch()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt2202 field public static final String EXTRA_TOKEN = "android.app.contextualsearch.extra.TOKEN";