Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityTestBase.java75 static final Components APP_C = Components.get(APP_C_PACKAGE); field in BackgroundActivityTestBase
85 List.of(APP_A, APP_A_33, APP_B, APP_B_33, APP_C, APP_C_33);
DBackgroundActivityLaunchTest.java536 PendingIntent pi = servicePiCreator.generatePendingIntent(APP_C.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALwithoutOptInSdk33_isNotBlocked()
541 assertActivityFocused(APP_C.BACKGROUND_ACTIVITY); in testPI_onlyCreatorAllowsBALwithoutOptInSdk33_isNotBlocked()
542 assertTaskStackHasComponents(APP_B.FOREGROUND_ACTIVITY, APP_C.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALwithoutOptInSdk33_isNotBlocked()
1147 startActivityUnchecked(APP_C.BIND_SERVICE_ACTIVITY, in testBalOptInBindToService_whenOptedIn_allowsActivityStarts()
1154 startActivityUnchecked(APP_C.BIND_SERVICE_ACTIVITY); in testBalOptInBindToService_whenNotOptedIn_blocksActivityStarts()