Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceIconActivity.java19 import static android.server.wm.app.Components.TestStartingWindowKeys.REPLACE_ICON_EXIT;
24 return REPLACE_ICON_EXIT; in getOwnerKey()
DComponents.java292 public static final String REPLACE_ICON_EXIT = "SplashScreenReplaceIconActivity"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java54 import static android.server.wm.app.Components.TestStartingWindowKeys.REPLACE_ICON_EXIT;
482 assertHandleExit(REPLACE_ICON_EXIT, true /* containsIcon */, false /* containsBranding */, in testHandleExitIconAnimatingActivity()
499 TestJournalProvider.TestJournalContainer.get(REPLACE_ICON_EXIT); in testCancelHandleExitIconAnimatingActivity()
556 assertHandleExit(REPLACE_ICON_EXIT, false /* containsIcon */, false /* containsBranding */, in testLaunchWithSolidColorOptions()
603 assertHandleExit(REPLACE_ICON_EXIT, true /* containsIcon */, false /* containsBranding */, in testLaunchActivitiesWithIconOptions()
621 assertHandleExit(REPLACE_ICON_EXIT, false /* containsIcon */, false /* containsBranding */, in testLaunchActivitiesWithSolidColorOptions()