Searched refs:createConnectToAvailableNetworkNotification (Results 1 – 3 of 3) sorted by relevance
181 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_hasOpenNetworks_notificationDisplayed()219 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_emptyList_notificationCleared()238 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_noRecommendation_notificationCleared()258 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()278 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in clearPendingNotification_clearsNotificationIfOneIsShowing()320 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated()337 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated()351 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithoutDelayReset_shouldNotPostNotification()375 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithDelayReset_shouldPostNotification()385 verify(mNotificationBuilder, times(2)).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithDelayReset_shouldPostNotification()[all …]
77 public Notification createConnectToAvailableNetworkNotification(String notifierTag, in createConnectToAvailableNetworkNotification() method in ConnectToNetworkNotificationBuilder
422 postNotification(mNotificationBuilder.createConnectToAvailableNetworkNotification(mTag, in postInitialNotification()