Home
last modified time | relevance | path

Searched refs:mNotificationManager (Results 1 – 4 of 4) sorted by relevance

/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/
DSnippetRunner.java97 private NotificationManager mNotificationManager; field in SnippetRunner
114 mNotificationManager = in onCreate()
137 mNotificationManager.cancel(NOTIFICATION_ID); in onStart()
138 mNotificationManager.cancelAll(); in onStart()
179 mNotificationManager.createNotificationChannel(channel); in createNotification()
190 mNotificationManager.notify(NOTIFICATION_ID, mNotification); in createNotification()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java32 private NotificationManager mNotificationManager; field in ForegroundService
48 if (mNotificationManager == null) { in getNotificationManager()
49 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in getNotificationManager()
51 return mNotificationManager; in getNotificationManager()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DSettingsFacade.java59 private final NotificationManager mNotificationManager; field in SettingsFacade
76 mNotificationManager = in SettingsFacade()
78 if (!mNotificationManager.isNotificationPolicyAccessGranted()) { in SettingsFacade()
DAndroidFacade.java112 private final NotificationManager mNotificationManager; field in AndroidFacade
129 mNotificationManager = in AndroidFacade()
869 mNotificationManager.createNotificationChannel(channel); in createNotificationChannel()
890 mNotificationManager.notify(notificationId, notification); in notify()