Home
last modified time | relevance | path

Searched refs:EXTRA_ASSISTANT_IS_TRANSLUCENT (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchAssistantActivityIntoAssistantStack.java19 ….server.wm.app.Components.LaunchAssistantActivityIntoAssistantStack.EXTRA_ASSISTANT_IS_TRANSLUCENT;
40 return intent.hasExtra(EXTRA_ASSISTANT_IS_TRANSLUCENT) in isTranslucent()
41 && Boolean.valueOf(intent.getStringExtra(EXTRA_ASSISTANT_IS_TRANSLUCENT)); in isTranslucent()
DComponents.java301 public static final String EXTRA_ASSISTANT_IS_TRANSLUCENT = "is_translucent"; field in Components.LaunchAssistantActivityIntoAssistantStack
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAssistantStackTests.java39 ….server.wm.app.Components.LaunchAssistantActivityIntoAssistantStack.EXTRA_ASSISTANT_IS_TRANSLUCENT;
241 EXTRA_ASSISTANT_IS_TRANSLUCENT, "true"); in testTranslucentAssistantActivityStackVisibility()
255 EXTRA_ASSISTANT_IS_TRANSLUCENT, "true"); in testTranslucentAssistantActivityStackVisibility()
266 EXTRA_ASSISTANT_IS_TRANSLUCENT, "true", in testTranslucentAssistantActivityStackVisibility()
293 EXTRA_ASSISTANT_IS_TRANSLUCENT, "true"); in testTranslucentAssistantActivityStackVisibility()
359 EXTRA_ASSISTANT_IS_TRANSLUCENT, String.valueOf(true)); in testPinnedStackWithAssistant()