OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noMa
(Results
1 - 7
of
7
) sorted by null
/cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java
47
NotificationManager
noMa
=
49
noMa
.notify(id, n);
59
NotificationManager
noMa
=
61
noMa
.cancel(id);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java
29
NotificationManagerCompat
noMa
= NotificationManagerCompat.from(this);
30
if(
noMa
.areNotificationsEnabled()) {
UpdateService.java
47
NotificationManager
noMa
=
52
noMa
.notify(NotificationService.NOTIFICATION_ID + id,
FullScreenActivity.java
58
NotificationManager
noMa
=
60
noMa
.cancel(NotificationService.NOTIFICATION_ID + id);
ProgressService.java
56
public void run() { NotificationManager
noMa
= (NotificationManager)
59
noMa
.notify(NotificationService.NOTIFICATION_ID + mId,
NotificationService.java
188
NotificationManagerCompat
noMa
= NotificationManagerCompat.from(this);
190
noMa
.cancelAll();
325
noMa
.notify(NOTIFICATION_ID + i, mNotifications.get(i));
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java
250
NotificationManager
noMa
=
390
noMa
.notify(NOTIFICATION_ID + i, n);
404
noMa
.cancel(NOTIFICATION_ID + i);
439
noMa
.notify(NOTIFICATION_ID + i, n2);
450
noMa
.cancel(NOTIFICATION_ID + i);
472
NotificationManager
noMa
=
474
noMa
.cancel(NOTIFICATION_ID + id);
Completed in 85 milliseconds