Searched refs:createNotificationChannels (Results 1 – 12 of 12) sorted by relevance
77 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()
8338 verify(mWifiNotificationManager).createNotificationChannels(); in testHandleUserSwitch()9230 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()9235 verify(mWifiNotificationManager).createNotificationChannels(); in testNotificationResetWithLocaleChange()
78 public void createNotificationChannels() { in createNotificationChannels() method in BluetoothNotificationManager97 mNotificationManager.createNotificationChannels(channelsList); in createNotificationChannels()119 createNotificationChannels(); in notify()133 createNotificationChannels(); in sendApmNotification()
2707 mBluetoothNotificationManager.createNotificationChannels(); in handleMessage()
71 mBluetoothNotificationManager.createNotificationChannels(); in createNotificationChannels_callsNotificationManagerCreateNotificationChannels()73 verify(mNotificationManager).createNotificationChannels(any()); in createNotificationChannels_callsNotificationManagerCreateNotificationChannels()
68 public void createNotificationChannels() { in createNotificationChannels() method in WifiNotificationManager109 mNotificationManager.createNotificationChannels(channelsList); in createNotificationChannels()
581 mWifiInjector.getWifiNotificationManager().createNotificationChannels(); in checkAndStartWifi()7101 mWifiInjector.getWifiNotificationManager().createNotificationChannels();
84 createNotificationChannels(context); in onReceive()323 private static void createNotificationChannels(Context context) { in createNotificationChannels() method in Receiver
170 createNotificationChannels(); in onCreate()216 private void createNotificationChannels() { in createNotificationChannels() method in DownloadService
763 createNotificationChannels(context); in addToNotificationBar()899 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CellBroadcastAlertService
193 CellBroadcastAlertService.createNotificationChannels(mContext); in onReceive()
144 CellBroadcastAlertService.createNotificationChannels(c); in onHandleIntent()