Home
last modified time | relevance | path

Searched defs:appA (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
H A DBackgroundActivityLaunchTest.java729 TestServiceClient appA = getTestService(APP_A); in testPendingIntentActivity_whenSenderOnlyAllowsBalIfVisible_isBlocked() local
796 Components appA = APP_A; in testPendingIntentActivity_appAIsForeground_isNotBlocked() local
816 Components appA = APP_A; in testPendingIntentActivity_appAIsForeground_isBlocked() local
833 Components appA = APP_A_33; in testPendingIntentActivity_appA33IsForeground_isNotBlocked() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
H A DVirtualDisplayActivity.java29 Components appA = Components.get(getApplicationContext()); in onCreate() local
H A DBindServiceActivity.java48 android.server.wm.backgroundactivity.appa.Components appA = in onStart() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModeAppsLinkPreferenceControllerTest.java213 ApplicationsState.AppEntry appA = createAppEntry("A", mContext.getUserId()); in testGetAppsBypassingDnd_sortsByName() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1622 final ActivityRecord appA = new ActivityBuilder(mAtm).setCreateTask(true).build(); in testIsTransientVisible() local