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 | 1516 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { 1573 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1597 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1621 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1651 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1684 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1740 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_foreground() 1792 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall() 1815 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall() 1836 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testThrottling_resetByInternalCall() [all …]
|
D | BaseShortcutManagerTest.java | 596 protected static final String CALLING_PACKAGE_4 = "com.android.test.4"; field in BaseShortcutManagerTest 736 addPackage(CALLING_PACKAGE_4, CALLING_UID_4, 10); in setUp() 1107 addApplicationInfo(getInjectedPackageInfo(CALLING_PACKAGE_4, userId, false), ret); in getInstalledApplications() 1128 addPackageInfo(getInjectedPackageInfo(CALLING_PACKAGE_4, userId, false), ret); in getInstalledPackagesWithUninstalled() 1945 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { 1986 mLauncherApps.pinShortcuts(CALLING_PACKAGE_4, list(), HANDLE_USER_0); 2018 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> {
|
D | ShortcutManagerTest1.java | 5569 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testSaveAndLoad_crossProfile() 5604 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile() 5629 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile() 5649 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile() 5669 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile() 5976 assertNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_4, USER_0)); in testManifestShortcut_publishOnUnlockUser() 5985 uninstallPackage(USER_0, CALLING_PACKAGE_4); in testManifestShortcut_publishOnBroadcast() 5989 uninstallPackage(USER_10, CALLING_PACKAGE_4); in testManifestShortcut_publishOnBroadcast() 6223 uninstallPackage(USER_0, CALLING_PACKAGE_4); in testManifestShortcuts_missingMandatoryFields()
|