Searched refs:sNotifier (Results 1 – 2 of 2) sorted by relevance
102 private static DownloadNotifier sNotifier; field in Helpers130 if (sNotifier == null) { in getDownloadNotifier()131 sNotifier = new DownloadNotifier(context); in getDownloadNotifier()133 return sNotifier; in getDownloadNotifier()
370 static sp<MediaMetricsDeathNotifier> sNotifier; variable463 sNotifier = new MediaMetricsDeathNotifier(); in getService()464 binder->linkToDeath(sNotifier); in getService()