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

  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson4/
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) {
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutInfoCompat.java 46 public Intent makeIntent() {
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 289 private Intent makeIntent(int defUser) throws URISyntaxException {
374 intent = makeIntent(UserHandle.USER_CURRENT);
583 intent = makeIntent(UserHandle.USER_CURRENT);
615 intent = makeIntent(UserHandle.USER_CURRENT);
673 intent = makeIntent(UserHandle.USER_CURRENT);
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 570 .setContentIntent(makeIntent())
583 .setContentIntent(makeIntent())
596 .setContentIntent(makeIntent())
609 .setContentIntent(makeIntent())
623 .setContentIntent(makeIntent())
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionServiceImpl.java 51 final Intent intent = makeIntent(OP_START_ACTION);
67 final Intent intent = PendingActionReceiver.makeIntent(OP_START_ACTION);
82 final Intent intent = makeIntent(OP_RECEIVE_BACKGROUND_RESPONSE);
98 final Intent intent = makeIntent(OP_RECEIVE_BACKGROUND_FAILURE);
135 private static Intent makeIntent(final int opcode) {
151 public static Intent makeIntent(final int opcode) {
191 final Intent intent = PendingActionReceiver.makeIntent(OP_START_ACTION);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
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...]
  /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) {
  /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...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java     [all...]

Completed in 585 milliseconds