Home
last modified time | relevance | path

Searched refs:makeIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java117 n.contentIntent = makeIntent();
141 "This is a notification!!!", makeIntent());
197 "This is the same notification!!!", makeIntent());
207 "This is the same notification!!!", makeIntent());
216 "This is the same notification!!!", makeIntent());
226 "This is the same notification!!!", makeIntent());
237 "This is the same notification!!!", makeIntent());
566 "This is a notification!!!", makeIntent());
586 makeIntent());
598 "Notify me!!!", makeIntent());
[all …]
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java129 private Intent makeIntent() throws URISyntaxException { in makeIntent() method in Am
321 Intent intent = makeIntent(); in runStartService()
330 Intent intent = makeIntent(); in runStart()
477 Intent intent = makeIntent(); in sendBroadcast()