Searched refs:sNotificationManager (Results 1 – 2 of 2) sorted by relevance
28 private static INotificationManager sNotificationManager = null; field in ShadowNotificationManager31 sNotificationManager = iNotificationManager; in setINotificationManager()36 sNotificationManager = null; in reset()41 return sNotificationManager; in getService()
172 private static NotificationManager sNotificationManager; field in BluetoothPbapService427 sNotificationManager = context.getSystemService(NotificationManager.class); in createNotification()428 if (sNotificationManager != null) { in createNotification()434 sNotificationManager.createNotificationChannel(mChannel); in createNotification()446 sNotificationManager.notify(notificationId, notification); in createNotification()479 if (sNotificationManager != null) { in handleNotificationTask()480 sNotificationManager.cancel(android.R.drawable.stat_sys_data_bluetooth); in handleNotificationTask()