Searched defs:makeIntent (Results 1 - 2 of 2) sorted by path

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java375 private Intent makeIntent(int defUser) throws URISyntaxException { method in class:Am
660 Intent intent = makeIntent(UserHandle.USER_CURRENT);
677 Intent intent = makeIntent(UserHandle.USER_CURRENT);
694 Intent intent = makeIntent(UserHandle.USER_CURRENT);
892 Intent intent = makeIntent(UserHandle.USER_CURRENT);
1566 Intent intent = makeIntent(UserHandle.USER_CURRENT);
1694 Intent intent = makeIntent(UserHandle.USER_CURRENT);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java123 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());
891 private PendingIntent makeIntent() { method in class:NotificationTestList
[all...]

Completed in 107 milliseconds