Searched refs:appA (Results 1 – 3 of 3) sorted by relevance
29 Components appA = Components.get(getApplicationContext()); in onCreate() local31 appA.VIRTUAL_DISPLAY_ACTIVITY_EXTRA.USE_PUBLIC_PRESENTATION, false); in onCreate()
48 android.server.wm.backgroundactivity.appa.Components appA = in onStart() local51 Intent serviceIntent = new Intent().setComponent(appA.ACTIVITY_START_SERVICE); in onStart()
705 Components appA = APP_A; in testPendingIntentActivity_appAIsForeground_isNotBlocked() local706 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() local726 startActivity(appA.FOREGROUND_ACTIVITY); in testPendingIntentActivity_appAIsForeground_isBlocked()[all …]