Home
last modified time | relevance | path

Searched refs:makeIntent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java406 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank, /* locusId =*/ null, in makeShortcutWithRank()
416 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcutWithLocusId()
426 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcut()
433 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcut()
443 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcutWithIcon()
453 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeLongLivedShortcut()
463 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcutExcludedFromLauncher()
533 protected Intent makeIntent(String action, Class<?> clazz, Object... bundleKeysAndValues) { in makeIntent() method in ShortcutManagerCtsTestsBase
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java719 final Intent intent = makeIntent(command, sourcePackage, targetPackage, flags, extras); in sendCommand()
727 final Intent intent = makeIntent(command, sourcePackage, targetPackage, flags, extras); in sendCommandWithResultReceiver()
736 final Intent intent = makeIntent(command, sourcePackage, targetPackage, flags, extras); in sendCommandWithBroadcastOptions()
741 private static Intent makeIntent(int command, String sourcePackage, in makeIntent() method in CommandReceiver
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java233 .setDeleteIntent(makeIntent(1, mTag1)) in sendNotifications()
245 .setDeleteIntent(makeIntent(2, mTag2)) in sendNotifications()
257 .setDeleteIntent(makeIntent(3, mTag3)) in sendNotifications()
280 .setDeleteIntent(makeIntent(4, mTag4)) in sendNoisyNotification()
304 .setDeleteIntent(makeIntent(5, mTag5)) in sendOngoingNotification()
1730 .setDeleteIntent(makeIntent(1, mTag1)) in sendMessagingNotification()
DInteractiveVerifierActivity.java492 protected PendingIntent makeIntent(int code, String tag) { in makeIntent() method in InteractiveVerifierActivity
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1208 final Intent queryIntent = makeIntent(action, category, mimeType); in testExposedActivity()
1487 private static Intent makeIntent(String action, String category, String mimeType) { in makeIntent() method in ClientTest