Home
last modified time | relevance | path

Searched refs:CALLING_PACKAGE_3 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1011 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testCleanupDanglingBitmaps()
1033 runWithCaller(CALLING_PACKAGE_3, USER_10, () -> { in testCleanupDanglingBitmaps()
1056 assertBitmapFiles(USER_0, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
1069 assertBitmapFiles(USER_10, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
1079 makeFile(mService.getUserBitmapFilePath(USER_0), CALLING_PACKAGE_3).mkdir(); in testCleanupDanglingBitmaps()
1097 assertBitmapDirectories(USER_0, CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
1112 assertBitmapDirectories(USER_0, CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3); in testCleanupDanglingBitmaps()
1125 assertBitmapFiles(USER_0, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
1138 assertBitmapFiles(USER_10, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
1754 setCaller(CALLING_PACKAGE_3); in testGetShortcuts()
[all …]
DBaseShortcutManagerTest.java971 protected static final String CALLING_PACKAGE_3 = "com.android.test.3"; field in BaseShortcutManagerTest
1134 addPackage(CALLING_PACKAGE_3, CALLING_UID_3, 3); in setUp()
1142 updatePackageInfo(CALLING_PACKAGE_3, in setUp()
1525 addApplicationInfo(getInjectedPackageInfo(CALLING_PACKAGE_3, userId, false), ret); in getInstalledApplications()
1546 addPackageInfo(getInjectedPackageInfo(CALLING_PACKAGE_3, userId, false), ret); in getInstalledPackagesWithUninstalled()
2418 for (String pkg : list(CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3,
2455 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> {
2477 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s1", "s2", "s3"), HANDLE_USER_0);
2484 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s2", "s3", "s4"), HANDLE_USER_0);
2493 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s3", "s4", "s5"), HANDLE_USER_0);
[all …]
DShortcutManagerTest9.java70 info.provider = new ComponentName(CALLING_PACKAGE_3, className); in makeProviderInfo()
DShortcutManagerTest2.java1764 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> {
1821 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1846 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1871 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1904 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1939 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1989 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
2048 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_resetByInternalCall()
2071 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_resetByInternalCall()
2084 mManager.onApplicationActive(CALLING_PACKAGE_3, USER_0); in testThrottling_resetByInternalCall()
[all …]