Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DPeopleManagerTest.java149 Intent shortcutIntent = new Intent(mContext, SendBubbleActivity.class); in createDynamicShortcut() local
150 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()
155 .setIntent(shortcutIntent) in createDynamicShortcut()
164 .setIntent(shortcutIntent) in createDynamicShortcut()
DBaseNotificationManagerTest.java239 Intent shortcutIntent = new Intent(mContext, BubbledActivity.class); in createDynamicShortcut() local
240 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()
245 .setIntent(shortcutIntent) in createDynamicShortcut()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1820 Intent shortcutIntent = new Intent(mContext, BubbleActivity.class); in createDynamicShortcut() local
1821 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()
1827 .setIntent(shortcutIntent) in createDynamicShortcut()