Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNotificationManagerTest.java80 mWifiNotificationManager.createNotificationChannels(); in testNotify()
81 verify(mNotificationManager).createNotificationChannels(any()); in testNotify()
91 mWifiNotificationManager.createNotificationChannels(); in testCancel()
92 verify(mNotificationManager).createNotificationChannels(any()); in testCancel()
99 mWifiNotificationManager.createNotificationChannels(); in testUserSwitchNotificationSendCorrect()
100 verify(mNotificationManager).createNotificationChannels(any()); in testUserSwitchNotificationSendCorrect()
112 mWifiNotificationManager.createNotificationChannels(); in testUserSwitchNotificationSendCorrect()
114 verify(mNotificationManagerForAnotherUser).createNotificationChannels(any()); in testUserSwitchNotificationSendCorrect()
123 mWifiNotificationManager.createNotificationChannels(); in testApmNotificationNotCancelled()
124 verify(mNotificationManager).createNotificationChannels(any()); in testApmNotificationNotCancelled()
[all …]
DWifiServiceImplTest.java8722 verify(mWifiNotificationManager).createNotificationChannels(); in testHandleUserSwitch()
9642 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()
9647 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNotificationManager.java69 public void createNotificationChannels() { in createNotificationChannels() method in WifiNotificationManager
110 mNotificationManager.createNotificationChannels(channelsList); in createNotificationChannels()
DWifiServiceImpl.java607 mWifiInjector.getWifiNotificationManager().createNotificationChannels(); in checkAndStartWifi()
7586 mWifiInjector.getWifiNotificationManager().createNotificationChannels();
/packages/apps/Traceur/src/com/android/traceur/
DReceiver.java71 createNotificationChannels(context); in onReceive()
319 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.java823 createNotificationChannels(context); in addToNotificationBar()
982 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CellBroadcastAlertService
DCellBroadcastReceiver.java204 CellBroadcastAlertService.createNotificationChannels(mContext); in onReceive()
DCellBroadcastConfigService.java147 CellBroadcastAlertService.createNotificationChannels(c); in onHandleIntent()