HomeSort by relevance Sort by last modified time
    Searched refs:makeIntent (Results 1 - 9 of 9) sorted by null

  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson4/
LaunchActivity.java 43 startActivity(NextActivity.makeIntent(LaunchActivity.this, STRING_PAYLOAD));
NextActivity.java 45 public static Intent makeIntent(Context context, String payload) {
  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson5/
ReceiverActivity.java 45 public static Intent makeIntent(Context context, CharSequence message) {
SenderActivity.java 42 startActivity(ReceiverActivity.makeIntent(SenderActivity.this, message));
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerCtsTestsBase.java 397 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank);
406 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0);
412 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0);
421 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0);
462 protected Intent makeIntent(String action, Class<?> clazz, Object... bundleKeysAndValues) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 187 .setDeleteIntent(makeIntent(1, mTag1))
198 .setDeleteIntent(makeIntent(2, mTag2))
209 .setDeleteIntent(makeIntent(3, mTag3))
231 .setDeleteIntent(makeIntent(4, mTag4))
    [all...]
InteractiveVerifierActivity.java 390 protected PendingIntent makeIntent(int code, String tag) {
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 88 * An intent can be built using the {@see #makeIntent} call, but can also be constructed exterally.
441 description = "Intent in the format as returned from makeIntent")
692 public Intent makeIntent(
723 description = "Intent in the format as returned from makeIntent")
735 description = "Intent in the format as returned from makeIntent")
744 description = "Intent in the format as returned from makeIntent")
753 description = "Intent in the format as returned from makeIntent")
    [all...]

Completed in 728 milliseconds