Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DOpenNetworkNotifierTest.java19 import static com.android.server.wifi.ConnectToNetworkNotificationBuilder.ACTION_CONNECT_TO_NETWORK;
436 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in userConnectedNotification_shouldBlacklistNetwork()
556 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in actionConnectToNetwork_notificationNotShowing_doesNothing()
575 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in actionConnectToNetwork_currentRecommendationExists_connectsAndPostsNotification()
586 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in actionConnectToNetwork_currentRecommendationExists_connectsAndPostsNotification()
667 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
676 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
717 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in networkConnectionFailure_wasInConnectingFlow_postsFailedToConnectNotification()
726 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in networkConnectionFailure_wasInConnectingFlow_postsFailedToConnectNotification()
754 mBroadcastReceiver.onReceive(mContext, createIntent(ACTION_CONNECT_TO_NETWORK)); in connectionFailedCallback_postsFailedToConnectNotification()
[all …]
DAvailableNetworkNotifierTest.java19 import static com.android.server.wifi.ConnectToNetworkNotificationBuilder.ACTION_CONNECT_TO_NETWORK;
127 intent.setAction(ACTION_CONNECT_TO_NETWORK); in testConnectToUnknownAkmNetwork()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java19 import static com.android.server.wifi.ConnectToNetworkNotificationBuilder.ACTION_CONNECT_TO_NETWORK;
206 filter.addAction(ACTION_CONNECT_TO_NETWORK); in AvailableNetworkNotifier()
225 case ACTION_CONNECT_TO_NETWORK:
443 ConnectToNetworkNotificationAndActionCount.ACTION_CONNECT_TO_NETWORK); in handleConnectToNetworkAction()
DConnectToNetworkNotificationBuilder.java42 public static final String ACTION_CONNECT_TO_NETWORK = field in ConnectToNetworkNotificationBuilder
92 getPrivateBroadcast(ACTION_CONNECT_TO_NETWORK, notifierTag)); in createConnectToAvailableNetworkNotification()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto1914 ACTION_CONNECT_TO_NETWORK = 2; enumerator