Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java1816 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> {
1873 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground()
1898 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground()
1923 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground()
1956 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground()
1991 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground()
2048 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground()
2100 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall()
2123 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall()
2144 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall()
[all …]
H A DBaseShortcutManagerTest.java723 protected static final String CALLING_PACKAGE_4 = "com.android.test.4"; field in BaseShortcutManagerTest
886 addPackage(CALLING_PACKAGE_4, CALLING_UID_4, 10); in setUp()
1274 addApplicationInfo(getInjectedPackageInfo(CALLING_PACKAGE_4, userId, false), ret); in getInstalledApplications()
1295 addPackageInfo(getInjectedPackageInfo(CALLING_PACKAGE_4, userId, false), ret); in getInstalledPackagesWithUninstalled()
2243 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> {
2284 mLauncherApps.pinShortcuts(CALLING_PACKAGE_4, list(), HANDLE_USER_0);
2316 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> {
H A DShortcutManagerTest1.java6882 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testSaveAndLoad_crossProfile()
6917 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile()
6942 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile()
6962 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile()
6982 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile()
7332 assertNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_4, USER_0)); in testManifestShortcut_publishOnUnlockUser()
7341 uninstallPackage(USER_0, CALLING_PACKAGE_4); in testManifestShortcut_publishOnBroadcast()
7345 uninstallPackage(USER_10, CALLING_PACKAGE_4); in testManifestShortcut_publishOnBroadcast()
7597 uninstallPackage(USER_0, CALLING_PACKAGE_4); in testManifestShortcuts_missingMandatoryFields()