Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DVirtualDisplayActivity.java29 Components appA = Components.get(getApplicationContext()); in onCreate() local
31 appA.VIRTUAL_DISPLAY_ACTIVITY_EXTRA.USE_PUBLIC_PRESENTATION, false); in onCreate()
DBindServiceActivity.java48 android.server.wm.backgroundactivity.appa.Components appA = in onStart() local
51 Intent serviceIntent = new Intent().setComponent(appA.ACTIVITY_START_SERVICE); in onStart()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java705 Components appA = APP_A; in testPendingIntentActivity_appAIsForeground_isNotBlocked() local
706 startActivity(appA.FOREGROUND_ACTIVITY); in testPendingIntentActivity_appAIsForeground_isNotBlocked()
707 assertTaskStackHasComponents(appA.FOREGROUND_ACTIVITY, appA.FOREGROUND_ACTIVITY); in testPendingIntentActivity_appAIsForeground_isNotBlocked()
711 TestServiceClient serviceA = getTestService(appA); in testPendingIntentActivity_appAIsForeground_isNotBlocked()
712 PendingIntent pi = generatePendingIntent(serviceA, appA.BACKGROUND_ACTIVITY); in testPendingIntentActivity_appAIsForeground_isNotBlocked()
716 assertActivityFocused(appA.BACKGROUND_ACTIVITY); in testPendingIntentActivity_appAIsForeground_isNotBlocked()
717 assertTaskStackHasComponents(appA.FOREGROUND_ACTIVITY, appA.FOREGROUND_ACTIVITY); in testPendingIntentActivity_appAIsForeground_isNotBlocked()
718 assertTaskStackHasComponents(appA.BACKGROUND_ACTIVITY, appA.BACKGROUND_ACTIVITY); in testPendingIntentActivity_appAIsForeground_isNotBlocked()
725 Components appA = APP_A; in testPendingIntentActivity_appAIsForeground_isBlocked() local
726 startActivity(appA.FOREGROUND_ACTIVITY); in testPendingIntentActivity_appAIsForeground_isBlocked()
[all …]