Searched refs:launchShortcutAndGetIntent (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 1702 protected Intent launchShortcutAndGetIntent( in launchShortcutAndGetIntent() method 1729 assertNotNull(launchShortcutAndGetIntent(packageName, shortcutId, userId));
|
D | ShortcutManagerTest1.java | 2872 launchShortcutAndGetIntent(CALLING_PACKAGE_1, "s2", USER_0) in testStartShortcut() 2876 launchShortcutAndGetIntent(CALLING_PACKAGE_2, "s1", USER_0) in testStartShortcut() 2904 launchShortcutAndGetIntent(CALLING_PACKAGE_1, "s2", USER_0) in testStartShortcut() 2908 launchShortcutAndGetIntent(CALLING_PACKAGE_2, "s1", USER_0) in testStartShortcut()
|