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.java748 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testCleanupDanglingBitmaps()
770 runWithCaller(CALLING_PACKAGE_3, USER_10, () -> { in testCleanupDanglingBitmaps()
792 assertBitmapFiles(USER_0, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
805 assertBitmapFiles(USER_10, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
815 makeFile(mService.getUserBitmapFilePath(USER_0), CALLING_PACKAGE_3).mkdir(); in testCleanupDanglingBitmaps()
832 assertBitmapDirectories(USER_0, CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
846 assertBitmapDirectories(USER_0, CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3); in testCleanupDanglingBitmaps()
859 assertBitmapFiles(USER_0, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
872 assertBitmapFiles(USER_10, CALLING_PACKAGE_3, in testCleanupDanglingBitmaps()
1208 setCaller(CALLING_PACKAGE_3); in testGetShortcuts()
[all …]
DBaseShortcutManagerTest.java593 protected static final String CALLING_PACKAGE_3 = "com.android.test.3"; field in BaseShortcutManagerTest
735 addPackage(CALLING_PACKAGE_3, CALLING_UID_3, 3); in setUp()
743 updatePackageInfo(CALLING_PACKAGE_3, in setUp()
1106 addApplicationInfo(getInjectedPackageInfo(CALLING_PACKAGE_3, userId, false), ret); in getInstalledApplications()
1127 addPackageInfo(getInjectedPackageInfo(CALLING_PACKAGE_3, userId, false), ret); in getInstalledPackagesWithUninstalled()
1905 for (String pkg : list(CALLING_PACKAGE_1, CALLING_PACKAGE_2, CALLING_PACKAGE_3,
1940 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> {
1962 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s1", "s2", "s3"), HANDLE_USER_0);
1969 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s2", "s3", "s4"), HANDLE_USER_0);
1978 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s3", "s4", "s5"), HANDLE_USER_0);
[all …]
DShortcutManagerTest2.java1513 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> {
1570 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1594 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1618 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1648 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1681 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1730 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_foreground()
1789 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_resetByInternalCall()
1812 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> { in testThrottling_resetByInternalCall()
1825 mManager.onApplicationActive(CALLING_PACKAGE_3, USER_0); in testThrottling_resetByInternalCall()
[all …]
DShortcutManagerTest9.java70 info.provider = new ComponentName(CALLING_PACKAGE_3, className); in makeProviderInfo()