Home
last modified time | relevance | path

Searched refs:ACTION_CONNECT_TO_NETWORK (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkNotifierTest.java20 import static com.android.server.wifi.ConnectToNetworkNotificationBuilder.ACTION_CONNECT_TO_NETWORK;
421 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in userConnectedNotification_shouldBlacklistNetwork()
495 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in actionConnectToNetwork_notificationNotShowing_doesNothing()
515 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in actionConnectToNetwork_currentRecommendationExists_connectsAndPostsNotification()
525 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in actionConnectToNetwork_currentRecommendationExists_connectsAndPostsNotification()
603 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
612 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
654 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in networkConnectionFailure_wasInConnectingFlow_postsFailedToConnectNotification()
663 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in networkConnectionFailure_wasInConnectingFlow_postsFailedToConnectNotification()
691 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in connectionFailedCallback_postsFailedToConnectNotification()
[all …]
DOpenNetworkNotifierTest.java19 import static com.android.server.wifi.ConnectToNetworkNotificationBuilder.ACTION_CONNECT_TO_NETWORK;
418 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in userConnectedNotification_shouldBlacklistNetwork()
491 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in actionConnectToNetwork_notificationNotShowing_doesNothing()
511 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in actionConnectToNetwork_currentRecommendationExists_connectsAndPostsNotification()
521 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in actionConnectToNetwork_currentRecommendationExists_connectsAndPostsNotification()
599 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
608 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
649 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in networkConnectionFailure_wasInConnectingFlow_postsFailedToConnectNotification()
658 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in networkConnectionFailure_wasInConnectingFlow_postsFailedToConnectNotification()
686 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in connectionFailedCallback_postsFailedToConnectNotification()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DConnectToNetworkNotificationBuilder.java40 public static final String ACTION_CONNECT_TO_NETWORK = field in ConnectToNetworkNotificationBuilder
94 getPrivateBroadcast(ACTION_CONNECT_TO_NETWORK, notifierTag)).build(); in createConnectToAvailableNetworkNotification()
DAvailableNetworkNotifier.java19 import static com.android.server.wifi.ConnectToNetworkNotificationBuilder.ACTION_CONNECT_TO_NETWORK;
193 filter.addAction(ACTION_CONNECT_TO_NETWORK); in AvailableNetworkNotifier()
211 case ACTION_CONNECT_TO_NETWORK:
424 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in handleConnectToNetworkAction()
/frameworks/base/proto/src/
Dwifi.proto1478 ACTION_CONNECT_TO_NETWORK = 2; enumerator