Searched refs:REPLACE_ICON_EXIT (Results 1 – 3 of 3) sorted by relevance
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | SplashScreenReplaceIconActivity.java | 19 import static android.server.wm.app.Components.TestStartingWindowKeys.REPLACE_ICON_EXIT; 24 return REPLACE_ICON_EXIT; in getOwnerKey()
|
D | Components.java | 292 public static final String REPLACE_ICON_EXIT = "SplashScreenReplaceIconActivity"; field in Components.TestStartingWindowKeys
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | SplashscreenTests.java | 54 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()
|