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 …]
8827 verify(mWifiNotificationManager).createNotificationChannels(); in testHandleUserSwitch()9781 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()9787 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()
69 public void createNotificationChannels() { in createNotificationChannels() method in WifiNotificationManager110 mNotificationManager.createNotificationChannels(channelsList); in createNotificationChannels()
828 mWifiInjector.getWifiNotificationManager().createNotificationChannels(); in checkAndStartWifi()8126 mWifiInjector.getWifiNotificationManager().createNotificationChannels();
71 createNotificationChannels(context); in onReceive()330 private static void createNotificationChannels(Context context) { in createNotificationChannels() method in Receiver
170 createNotificationChannels(); in onCreate()216 private void createNotificationChannels() { in createNotificationChannels() method in DownloadService
852 createNotificationChannels(context); in addToNotificationBar()1015 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CellBroadcastAlertService
204 CellBroadcastAlertService.createNotificationChannels(mContext); in onReceive()
149 CellBroadcastAlertService.createNotificationChannels(c); in onHandleIntent()