Home
last modified time | relevance | path

Searched refs:shortcutIntent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/src/android/app/people/cts/
DPeopleManagerTest.java121 Intent shortcutIntent = new Intent(mContext, SendBubbleActivity.class); in createDynamicShortcut() local
122 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()
127 .setIntent(shortcutIntent) in createDynamicShortcut()
136 .setIntent(shortcutIntent) in createDynamicShortcut()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1649 Intent shortcutIntent = in createDynamicShortcut() local
1651 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()
1656 .setIntent(shortcutIntent) in createDynamicShortcut()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java841 Intent shortcutIntent = new Intent(mContext, BubbledActivity.class); in createDynamicShortcut() local
842 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()
847 .setIntent(shortcutIntent) in createDynamicShortcut()