Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DCommonComponents.java46 Event.APP_A_LAUNCHER_MOVING_TO_BACKGROUND_ACTIVITY,
53 int APP_A_LAUNCHER_MOVING_TO_BACKGROUND_ACTIVITY = 4; field
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DStartNextMatchingActivity.java34 receiver.send(CommonComponents.Event.APP_A_LAUNCHER_MOVING_TO_BACKGROUND_ACTIVITY, null); in onCreate()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java154 Event.APP_A_LAUNCHER_MOVING_TO_BACKGROUND_ACTIVITY); in testBackgroundActivityBlockedInStartNextMatchingActivity()