Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java316 private INotificationManager mNotificationManagerService; field in StatsPullAtomService
1076 if (mNotificationManagerService == null) { in getINotificationManagerService()
1077 mNotificationManagerService = INotificationManager.Stub.asInterface( in getINotificationManagerService()
1080 if (mNotificationManagerService != null) { in getINotificationManagerService()
1082 mNotificationManagerService.asBinder().linkToDeath(() -> { in getINotificationManagerService()
1084 mNotificationManagerService = null; in getINotificationManagerService()
1089 mNotificationManagerService = null; in getINotificationManagerService()
1093 return mNotificationManagerService; in getINotificationManagerService()