Searched refs:getPackageShortcutForTest (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java3893 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "s1", USER_0));
3894 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_2, "s1", USER_0));
3895 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_3, "s1", USER_0));
3896 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "s1", USER_10));
3897 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_2, "s1", USER_10));
3898 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_3, "s1", USER_10));
3911 assertNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "s1", USER_0));
3912 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_2, "s1", USER_0));
3913 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_3, "s1", USER_0));
3914 assertNotNull(mService.getPackageShortcutForTest(CALLING_PACKAGE_
[all...]
H A DShortcutManagerTest2.java903 si = mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "id", USER_10);
928 si = mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "id2", USER_10);
978 si = mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "id", USER_10);
1006 si = mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "id2", USER_10);
1051 si = mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "id", USER_0);
1071 si = mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "id2", USER_0);
1115 si = mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "id", USER_0);
1139 si = mService.getPackageShortcutForTest(CALLING_PACKAGE_1, "id2", USER_0);
H A DBaseShortcutManagerTest.java1436 return mService.getPackageShortcutForTest(packageName, shortcutId, userId);
1568 final ShortcutInfo si = mService.getPackageShortcutForTest(packageName, shortcutId, userId);
1582 final ShortcutPackage p = mService.getPackageShortcutForTest(
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java3714 ShortcutPackage getPackageShortcutForTest(String packageName, int userId) { method in class:ShortcutService
3724 ShortcutInfo getPackageShortcutForTest(String packageName, String shortcutId, int userId) { method in class:ShortcutService
3726 final ShortcutPackage pkg = getPackageShortcutForTest(packageName, userId);

Completed in 75 milliseconds