/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerCtsTestsBase.java | 406 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/ |
D | CommandReceiver.java | 719 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/ |
D | NotificationListenerVerifierActivity.java | 233 .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()
|
D | InteractiveVerifierActivity.java | 492 protected PendingIntent makeIntent(int code, String tag) { in makeIntent() method in InteractiveVerifierActivity
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 1208 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
|