Searched refs:CONTAINS_BRANDING_VIEW (Results 1 – 3 of 3) sorted by relevance
21 import static android.server.wm.app.Components.TestStartingWindowKeys.CONTAINS_BRANDING_VIEW;82 bundle.putBoolean(CONTAINS_BRANDING_VIEW, containsBranding);
289 public static final String CONTAINS_BRANDING_VIEW = "contains_branding_view"; field in Components.TestStartingWindowKeys
40 import static android.server.wm.app.Components.TestStartingWindowKeys.CONTAINS_BRANDING_VIEW;369 journal.extras.containsKey(CONTAINS_BRANDING_VIEW)); in launchRuntimeHandleExitAnimationActivity()371 assertTrue(journal.extras.getBoolean(CONTAINS_BRANDING_VIEW)); in launchRuntimeHandleExitAnimationActivity()445 assertFalse(journal.extras.getBoolean(CONTAINS_BRANDING_VIEW)); in testHandleExitIconAnimatingActivity()