Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DActivitySecurityModelTest.java162 .setupTaskWithForegroundActivity(APP_A_33) in testActivitySandwich_launcher33_launchAllowed()
163 .startFromForegroundActivity(APP_A_33) in testActivitySandwich_launcher33_launchAllowed()
168 APP_A_33.FOREGROUND_ACTIVITY); in testActivitySandwich_launcher33_launchAllowed()
173 .startFromForegroundActivity(APP_A_33) in testActivitySandwich_launcher33_launchAllowed()
174 .activity(APP_A_33.FOREGROUND_ACTIVITY) in testActivitySandwich_launcher33_launchAllowed()
177 APP_A_33.FOREGROUND_ACTIVITY, in testActivitySandwich_launcher33_launchAllowed()
179 APP_A_33.FOREGROUND_ACTIVITY); in testActivitySandwich_launcher33_launchAllowed()
DBackgroundActivityLaunchTest.java188 startActivity(APP_A_33.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
190 mContext.sendBroadcast(new Intent(APP_A_33.FOREGROUND_ACTIVITY_ACTIONS.FINISH_ACTIVITY)); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
191 mWmState.waitAndAssertActivityRemoved(APP_A_33.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
192 startBackgroundActivity(APP_A_33); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
193 assertActivityFocused(APP_A_33.BACKGROUND_ACTIVITY); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
226 grantSystemAlertWindow(APP_A_33); in testBackgroundActivityWhenSystemAlertWindowGranted_isNotBlocked()
229 startBackgroundActivity(APP_A_33); in testBackgroundActivityWhenSystemAlertWindowGranted_isNotBlocked()
230 assertActivityFocused(APP_A_33.BACKGROUND_ACTIVITY); in testBackgroundActivityWhenSystemAlertWindowGranted_isNotBlocked()
269 startActivity(APP_A_33.FOREGROUND_ACTIVITY); in testBackgroundActivityWhenForegroundActivityNotTopUsingSdk33_IsNotBlocked()
270 mContext.sendBroadcast(getLaunchActivitiesBroadcast(APP_A_33, APP_B.FOREGROUND_ACTIVITY)); in testBackgroundActivityWhenForegroundActivityNotTopUsingSdk33_IsNotBlocked()
[all …]
DBackgroundActivityTestBase.java68 static final Components APP_A_33 = Components.get(APP_A_PACKAGE + "33"); field in BackgroundActivityTestBase
85 List.of(APP_A, APP_A_33, APP_B, APP_B_33, APP_C, APP_C_33);