Searched refs:mNotificationManagerService (Results 1 – 1 of 1) sorted by relevance
316 private INotificationManager mNotificationManagerService; field in StatsPullAtomService1076 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()