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