Searched refs:CALLING_PACKAGE_3 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 796 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testCleanupDanglingBitmaps() 818 runWithCaller(CALLING_PACKAGE_3, USER_10, () -> { in testCleanupDanglingBitmaps() 841 assertBitmapFiles(USER_0, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps() 854 assertBitmapFiles(USER_10, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps() 864 makeFile(mService.getUserBitmapFilePath(USER_0), CALLING_PACKAGE_3).mkdir(); in testCleanupDanglingBitmaps() 882 assertBitmapDirectories(USER_0, CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps() 897 assertBitmapDirectories(USER_0, CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3); in testCleanupDanglingBitmaps() 910 assertBitmapFiles(USER_0, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps() 923 assertBitmapFiles(USER_10, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps() 1259 setCaller(CALLING_PACKAGE_3); in testGetShortcuts() [all …]
|
D | BaseShortcutManagerTest.java | 628 protected static final String CALLING_PACKAGE_3 = "com.android.test.3"; field in BaseShortcutManagerTest 781 addPackage(CALLING_PACKAGE_3, CALLING_UID_3, 3); in setUp() 789 updatePackageInfo(CALLING_PACKAGE_3, in setUp() 1169 addApplicationInfo(getInjectedPackageInfo(CALLING_PACKAGE_3, userId, false), ret); in getInstalledApplications() 1190 addPackageInfo(getInjectedPackageInfo(CALLING_PACKAGE_3, userId, false), ret); in getInstalledPackagesWithUninstalled() 2011 for (String pkg : list(CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3, 2046 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { 2068 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s1", "s2", "s3"), HANDLE_USER_0); 2075 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s2", "s3", "s4"), HANDLE_USER_0); 2084 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s3", "s4", "s5"), HANDLE_USER_0); [all …]
|
D | ShortcutManagerTest2.java | 1576 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { 1633 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground() 1657 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground() 1681 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground() 1711 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground() 1744 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground() 1793 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground() 1852 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_resetByInternalCall() 1875 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_resetByInternalCall() 1888 mManager.onApplicationActive(CALLING_PACKAGE_3, USER_0); in testThrottling_resetByInternalCall() [all …]
|
D | ShortcutManagerTest9.java | 70 info.provider = new ComponentName(CALLING_PACKAGE_3, className); in makeProviderInfo()
|