Home
last modified time | relevance | path

Searched refs:createConnectToAvailableNetworkNotification (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkNotifierTest.java165 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_hasCarrierNetworks_notificationDisplayed()
203 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_emptyList_notificationCleared()
222 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_noRecommendation_notificationCleared()
242 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()
262 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in clearPendingNotification_clearsNotificationIfOneIsShowing()
304 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated()
320 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated()
334 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithoutDelayReset_shouldNotPostNotification()
358 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithDelayReset_shouldPostNotification()
368 verify(mNotificationBuilder, times(2)).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithDelayReset_shouldPostNotification()
[all …]
DOpenNetworkNotifierTest.java164 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_hasOpenNetworks_notificationDisplayed()
202 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_emptyList_notificationCleared()
221 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_noRecommendation_notificationCleared()
241 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()
261 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in clearPendingNotification_clearsNotificationIfOneIsShowing()
303 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated()
319 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated()
333 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithoutDelayReset_shouldNotPostNotification()
357 verify(mNotificationBuilder).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithDelayReset_shouldPostNotification()
367 verify(mNotificationBuilder, times(2)).createConnectToAvailableNetworkNotification( in postNotification_clearNotificationWithDelayReset_shouldPostNotification()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DConnectToNetworkNotificationBuilder.java77 public Notification createConnectToAvailableNetworkNotification(String notifierTag, in createConnectToAvailableNetworkNotification() method in ConnectToNetworkNotificationBuilder
DAvailableNetworkNotifier.java404 postNotification(mNotificationBuilder.createConnectToAvailableNetworkNotification(mTag, in postInitialNotification()