Searched refs:makeIntent (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerCtsTestsBase.java | 397 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank); in makeShortcutWithRank() 406 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut() 412 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut() 421 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon() 462 protected Intent makeIntent(String action, Class<?> clazz, Object... bundleKeysAndValues) { in makeIntent() method in ShortcutManagerCtsTestsBase
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationListenerVerifierActivity.java | 190 .setDeleteIntent(makeIntent(1, mTag1)) in sendNotifications() 201 .setDeleteIntent(makeIntent(2, mTag2)) in sendNotifications() 212 .setDeleteIntent(makeIntent(3, mTag3)) in sendNotifications() 234 .setDeleteIntent(makeIntent(4, mTag4)) in sendNoisyNotification() 1390 .setDeleteIntent(makeIntent(1, mTag1)) in sendMessagingNotification()
|
D | InteractiveVerifierActivity.java | 390 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 | 1155 final Intent queryIntent = makeIntent(action, category, mimeType); in testExposedActivity() 1424 private static Intent makeIntent(String action, String category, String mimeType) { in makeIntent() method in ClientTest
|