Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
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 …]
DBaseShortcutManagerTest.java725 protected static final String CALLING_PACKAGE_4 = "com.android.test.4"; field in BaseShortcutManagerTest
898 addPackage(CALLING_PACKAGE_4, CALLING_UID_4, 10); in setUp()
1298 addApplicationInfo(getInjectedPackageInfo(CALLING_PACKAGE_4, userId, false), ret); in getInstalledApplications()
1319 addPackageInfo(getInjectedPackageInfo(CALLING_PACKAGE_4, userId, false), ret); in getInstalledPackagesWithUninstalled()
2267 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> {
2308 mLauncherApps.pinShortcuts(CALLING_PACKAGE_4, list(), HANDLE_USER_0);
2340 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> {
DShortcutManagerTest1.java6685 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> { in testSaveAndLoad_crossProfile()
6720 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile()
6745 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile()
6765 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile()
6785 mLauncherApps.getShortcuts(buildPinnedQuery(CALLING_PACKAGE_4), HANDLE_USER_0) in testSaveAndLoad_crossProfile()
7135 assertNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_4, USER_0)); in testManifestShortcut_publishOnUnlockUser()
7144 uninstallPackage(USER_0, CALLING_PACKAGE_4); in testManifestShortcut_publishOnBroadcast()
7148 uninstallPackage(USER_10, CALLING_PACKAGE_4); in testManifestShortcut_publishOnBroadcast()
7400 uninstallPackage(USER_0, CALLING_PACKAGE_4); in testManifestShortcuts_missingMandatoryFields()