OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNotificationManager
(Results
1 - 8
of
8
) sorted by null
/external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java
47
protected NotificationManager
getNotificationManager
() {
74
getNotificationManager
().notify(mNotificationId, notification);
96
getNotificationManager
().cancel(mNotificationId);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
TriggerService.java
108
NotificationManager notificationManager =
getNotificationManager
();
ScriptingLayerService.java
108
NotificationManager notificationManager =
getNotificationManager
();
160
getNotificationManager
().notify(NOTIFICATION_ID, mNotification);
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/
MusicService.java
233
mMediaNotificationManager.
getNotificationManager
()
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java
111
public NotificationManager
getNotificationManager
() {
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/
MusicService.java
276
mMediaNotificationManager.
getNotificationManager
()
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java
111
public NotificationManager
getNotificationManager
() {
/cts/tests/app/src/android/app/cts/
ServiceTest.java
436
private NotificationManager
getNotificationManager
() {
447
getNotificationManager
().notify(id, notification);
451
getNotificationManager
().cancel(id);
459
StatusBarNotification[] sbns =
getNotificationManager
().getActiveNotifications();
492
StatusBarNotification[] sbns =
getNotificationManager
().getActiveNotifications();
663
getNotificationManager
().createNotificationChannel(new NotificationChannel(
684
getNotificationManager
().deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
[
all
...]
Completed in 4089 milliseconds