Searched refs:EXTRA_TOKEN (Results 1 – 5 of 5) sorted by relevance
118 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()
20 import static android.server.wm.overlay.Components.OverlayActivity.EXTRA_TOKEN;62 bundle.putBinder(EXTRA_TOKEN, getWindow().getAttributes().token); in onResume()
34 String EXTRA_TOKEN = "token"; field
26 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()
2202 field public static final String EXTRA_TOKEN = "android.app.contextualsearch.extra.TOKEN";