Home
last modified time | relevance | path

Searched defs:launcherApps (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/packagemanager/installedloadingprogess/apps/src/com/android/tests/loadingprogress/registerapp/
DMainActivity.java56 final LauncherApps launcherApps = getApplicationContext().getSystemService( in onCreate() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DLauncherAppsTest.java98 LauncherApps launcherApps = contextAsUser.getSystemService(LauncherApps.class); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull() local
114 LauncherApps launcherApps = contextAsUser.getSystemService(LauncherApps.class); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull() local
/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/
DShortcutConfirmPin.java45 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in onCreate() local
/cts/tests/tests/appwidget/packages/src/android/appwidget/cts/packages/
DAppWidgetConfirmPin.java38 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in onCreate() local
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java142 LauncherApps launcherApps = (LauncherApps) getSystemService( in setup() local
158 LauncherApps launcherApps = (LauncherApps) getSystemService( in teardown() local
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DDistractingPackageTest.java103 final LauncherApps launcherApps = mContext.getSystemService(LauncherApps.class); in testShouldHideFromSuggestions() local
DSuspendPackagesTest.java247 final LauncherApps launcherApps = mContext.getSystemService(LauncherApps.class); in testLauncherCallback() local
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java318 final LauncherApps launcherApps = sContext.getSystemService(LauncherApps.class); in sessionCallback_sessionOwner_canSeeSession() local
432 final LauncherApps launcherApps = sContext.getSystemService(LauncherApps.class); in getAllPkgInstallerSessions_sessionOwner_canSeeSessions() local
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DTestActivity.java561 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in awaitLauncherAppsCallback() local
788 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in sendIsActivityEnabled() local
801 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in sendGetSuspendedPackageLauncherExtras() local
981 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in sendLauncherAppsShouldHideFromSuggestions() local
1090 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in awaitLauncherAppsSessionCallback() local
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppInstance.java394 public RemoteLauncherApps launcherApps() { in launcherApps() method in TestAppInstance
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java510 final LauncherApps launcherApps = mContext.getSystemService(LauncherApps.class); in testShortcutChangeTheme() local