Searched refs:CALLING_PACKAGE_4 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 1579 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { 1636 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1660 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1684 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1714 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1747 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1803 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1855 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall() 1878 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall() 1899 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall() [all …]
|
D | BaseShortcutManagerTest.java | 631 protected static final String CALLING_PACKAGE_4 = "com.android.test.4"; field in BaseShortcutManagerTest 782 addPackage(CALLING_PACKAGE_4, CALLING_UID_4, 10); in setUp() 1170 addApplicationInfo(getInjectedPackageInfo(CALLING_PACKAGE_4, userId, false), ret); in getInstalledApplications() 1191 addPackageInfo(getInjectedPackageInfo(CALLING_PACKAGE_4, userId, false), ret); in getInstalledPackagesWithUninstalled() 2051 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { 2092 mLauncherApps.pinShortcuts(CALLING_PACKAGE_4, list(), HANDLE_USER_0); 2124 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> {
|
D | ShortcutManagerTest1.java | 6101 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testSaveAndLoad_crossProfile() 6136 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile() 6161 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile() 6181 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile() 6201 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile() 6528 assertNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_4, USER_0)); in testManifestShortcut_publishOnUnlockUser() 6537 uninstallPackage(USER_0, CALLING_PACKAGE_4); in testManifestShortcut_publishOnBroadcast() 6541 uninstallPackage(USER_10, CALLING_PACKAGE_4); in testManifestShortcut_publishOnBroadcast() 6793 uninstallPackage(USER_0, CALLING_PACKAGE_4); in testManifestShortcuts_missingMandatoryFields()
|