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

  /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/nls/
NotificationListenerVerifierActivity.java 257 private PendingIntent makeIntent(int code, String tag) {
293 .setDeleteIntent(makeIntent(1, mTag1))
305 .setDeleteIntent(makeIntent(2, mTag2))
317 .setDeleteIntent(makeIntent(3, mTag3))
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 286 private Intent makeIntent(int defUser) throws URISyntaxException {
532 Intent intent = makeIntent(UserHandle.USER_CURRENT);
549 Intent intent = makeIntent(UserHandle.USER_CURRENT);
    [all...]

Completed in 156 milliseconds