HomeSort by relevance Sort by last modified time
    Searched defs:makeIntent (Results 1 - 5 of 5) 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) {
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 123 n.contentIntent = makeIntent();
147 "This is a notification!!!", makeIntent());
203 "This is the same notification!!!", makeIntent());
213 "This is the same notification!!!", makeIntent());
222 "This is the same notification!!!", makeIntent());
232 "This is the same notification!!!", makeIntent());
243 "This is the same notification!!!", makeIntent());
572 "This is a notification!!!", makeIntent());
592 makeIntent());
604 "Notify me!!!", makeIntent());
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java 332 protected PendingIntent makeIntent(int code, String tag) {
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 375 private Intent makeIntent(int defUser) throws URISyntaxException {
660 Intent intent = makeIntent(UserHandle.USER_CURRENT);
    [all...]

Completed in 276 milliseconds