Searched refs:notifManager (Results 1 – 2 of 2) sorted by relevance
127 final NotificationManager notifManager = context163 notifManager.notifyAsUser(TAG, SystemMessage.NOTE_SYSTEM_UPGRADING, notif,168 notifManager.cancelAsUser(TAG, SystemMessage.NOTE_SYSTEM_UPGRADING,
512 public void bindNotificationManager(INotificationManager notifManager) { in bindNotificationManager() argument513 mNotifManager = checkNotNull(notifManager, "missing INotificationManager"); in bindNotificationManager()