Searched refs:createNotificationChannels (Results 1 – 9 of 9) sorted by relevance
80 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 …]
8722 verify(mWifiNotificationManager).createNotificationChannels(); in testHandleUserSwitch()9642 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()9647 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()
69 public void createNotificationChannels() { in createNotificationChannels() method in WifiNotificationManager110 mNotificationManager.createNotificationChannels(channelsList); in createNotificationChannels()
607 mWifiInjector.getWifiNotificationManager().createNotificationChannels(); in checkAndStartWifi()7586 mWifiInjector.getWifiNotificationManager().createNotificationChannels();
71 createNotificationChannels(context); in onReceive()319 private static void createNotificationChannels(Context context) { in createNotificationChannels() method in Receiver
170 createNotificationChannels(); in onCreate()216 private void createNotificationChannels() { in createNotificationChannels() method in DownloadService
823 createNotificationChannels(context); in addToNotificationBar()982 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CellBroadcastAlertService
204 CellBroadcastAlertService.createNotificationChannels(mContext); in onReceive()
147 CellBroadcastAlertService.createNotificationChannels(c); in onHandleIntent()