Searched refs:makeIntent (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerCtsTestsBase.java | 401 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank, /* locusId =*/ null, in makeShortcutWithRank() 411 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcutWithLocusId() 421 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcut() 428 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcut() 438 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeShortcutWithIcon() 448 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0, in makeLongLivedShortcut() 507 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 | 384 final Intent intent = makeIntent(command, sourcePackage, targetPackage, flags, extras); in sendCommand() 392 final Intent intent = makeIntent(command, sourcePackage, targetPackage, flags, extras); in sendCommandWithResultReceiver() 401 final Intent intent = makeIntent(command, sourcePackage, targetPackage, flags, extras); in sendCommandWithBroadcastOptions() 406 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 | 199 .setDeleteIntent(makeIntent(1, mTag1)) in sendNotifications() 210 .setDeleteIntent(makeIntent(2, mTag2)) in sendNotifications() 221 .setDeleteIntent(makeIntent(3, mTag3)) in sendNotifications() 243 .setDeleteIntent(makeIntent(4, mTag4)) in sendNoisyNotification() 1541 .setDeleteIntent(makeIntent(1, mTag1)) in sendMessagingNotification()
|
D | InteractiveVerifierActivity.java | 436 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
|