Searched refs:launchShortcutAndGetIntent (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | BaseShortcutManagerTest.java | 2103 protected Intent launchShortcutAndGetIntent( in launchShortcutAndGetIntent() method 2130 assertNotNull(launchShortcutAndGetIntent(packageName, shortcutId, userId));
|
H A D | ShortcutManagerTest1.java | 3492 launchShortcutAndGetIntent(CALLING_PACKAGE_1, "s2", USER_0) in testStartShortcut() 3496 launchShortcutAndGetIntent(CALLING_PACKAGE_2, "s1", USER_0) in testStartShortcut() 3524 launchShortcutAndGetIntent(CALLING_PACKAGE_1, "s2", USER_0) in testStartShortcut() 3528 launchShortcutAndGetIntent(CALLING_PACKAGE_2, "s1", USER_0) in testStartShortcut()
|