Home
last modified time | relevance | path

Searched refs:createNotificationChannels (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNotificationManagerTest.java77 mWifiNotificationManager.createNotificationChannels(); in testNotify()
78 verify(mNotificationManager).createNotificationChannels(any()); in testNotify()
88 mWifiNotificationManager.createNotificationChannels(); in testCancel()
89 verify(mNotificationManager).createNotificationChannels(any()); in testCancel()
96 mWifiNotificationManager.createNotificationChannels(); in testUserSwitchNotificationSendCorrect()
97 verify(mNotificationManager).createNotificationChannels(any()); in testUserSwitchNotificationSendCorrect()
109 mWifiNotificationManager.createNotificationChannels(); in testUserSwitchNotificationSendCorrect()
111 verify(mNotificationManagerForAnotherUser).createNotificationChannels(any()); in testUserSwitchNotificationSendCorrect()
DWifiServiceImplTest.java8338 verify(mWifiNotificationManager).createNotificationChannels(); in testHandleUserSwitch()
9230 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()
9235 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothNotificationManager.java78 public void createNotificationChannels() { in createNotificationChannels() method in BluetoothNotificationManager
97 mNotificationManager.createNotificationChannels(channelsList); in createNotificationChannels()
119 createNotificationChannels(); in notify()
133 createNotificationChannels(); in sendApmNotification()
DBluetoothManagerService.java2707 mBluetoothNotificationManager.createNotificationChannels(); in handleMessage()
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothNotificationManagerTest.java71 mBluetoothNotificationManager.createNotificationChannels(); in createNotificationChannels_callsNotificationManagerCreateNotificationChannels()
73 verify(mNotificationManager).createNotificationChannels(any()); in createNotificationChannels_callsNotificationManagerCreateNotificationChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNotificationManager.java68 public void createNotificationChannels() { in createNotificationChannels() method in WifiNotificationManager
109 mNotificationManager.createNotificationChannels(channelsList); in createNotificationChannels()
DWifiServiceImpl.java581 mWifiInjector.getWifiNotificationManager().createNotificationChannels(); in checkAndStartWifi()
7101 mWifiInjector.getWifiNotificationManager().createNotificationChannels();
/packages/apps/Traceur/src/com/android/traceur/
DReceiver.java84 createNotificationChannels(context); in onReceive()
323 private static void createNotificationChannels(Context context) { in createNotificationChannels() method in Receiver
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java170 createNotificationChannels(); in onCreate()
216 private void createNotificationChannels() { in createNotificationChannels() method in DownloadService
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java763 createNotificationChannels(context); in addToNotificationBar()
899 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CellBroadcastAlertService
DCellBroadcastReceiver.java193 CellBroadcastAlertService.createNotificationChannels(mContext); in onReceive()
DCellBroadcastConfigService.java144 CellBroadcastAlertService.createNotificationChannels(c); in onHandleIntent()