Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java336 private INotificationManager mNotificationManagerService; field in StatsPullAtomService
1186 if (mNotificationManagerService == null) { in getINotificationManagerService()
1187 mNotificationManagerService = INotificationManager.Stub.asInterface( in getINotificationManagerService()
1190 if (mNotificationManagerService != null) { in getINotificationManagerService()
1192 mNotificationManagerService.asBinder().linkToDeath(() -> { in getINotificationManagerService()
1194 mNotificationManagerService = null; in getINotificationManagerService()
1199 mNotificationManagerService = null; in getINotificationManagerService()
1203 return mNotificationManagerService; in getINotificationManagerService()