Home
last modified time | relevance | path

Searched refs:SECOND_BACKGROUND_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java105 public final ComponentName SECOND_BACKGROUND_ACTIVITY; field in Components
140 SECOND_BACKGROUND_ACTIVITY = in Components()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java397 … mContext.sendBroadcast(getLaunchActivitiesBroadcast(APP_A, APP_A.SECOND_BACKGROUND_ACTIVITY)); in testSecondActivityNotBlockedWhenForegroundActivityLaunch()
398 assertActivityFocused(APP_A.SECOND_BACKGROUND_ACTIVITY); in testSecondActivityNotBlockedWhenForegroundActivityLaunch()
401 APP_A.SECOND_BACKGROUND_ACTIVITY, in testSecondActivityNotBlockedWhenForegroundActivityLaunch()
418 APP_A.SECOND_BACKGROUND_ACTIVITY)); in testSecondActivityBlockedWhenBackgroundActivityLaunch()
422 assertActivityNotFocused(APP_A.SECOND_BACKGROUND_ACTIVITY); in testSecondActivityBlockedWhenBackgroundActivityLaunch()
424 APP_A.SECOND_BACKGROUND_ACTIVITY, in testSecondActivityBlockedWhenBackgroundActivityLaunch()