Home
last modified time | relevance | path

Searched refs:sNotificationManager (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
DShadowNotificationManager.java28 private static INotificationManager sNotificationManager = null; field in ShadowNotificationManager
31 sNotificationManager = iNotificationManager; in setINotificationManager()
36 sNotificationManager = null; in reset()
41 return sNotificationManager; in getService()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java172 private static NotificationManager sNotificationManager; field in BluetoothPbapService
427 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()