Home
last modified time | relevance | path

Searched defs:makeIntent (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java507 protected Intent makeIntent(String action, Class<?> clazz, Object... bundleKeysAndValues) { in makeIntent() method in ShortcutManagerCtsTestsBase
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java416 protected PendingIntent makeIntent(int code, String tag) { in makeIntent() method in InteractiveVerifierActivity
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java406 private static Intent makeIntent(int command, String sourcePackage, in makeIntent() method in CommandReceiver
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1487 private static Intent makeIntent(String action, String category, String mimeType) { in makeIntent() method in ClientTest