Searched refs:ACTION_CONNECT_TO_NETWORK (Results 1 – 5 of 5) sorted by relevance
19 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 …]
19 import static com.android.server.wifi.ConnectToNetworkNotificationBuilder.ACTION_CONNECT_TO_NETWORK;127 intent.setAction(ACTION_CONNECT_TO_NETWORK); in testConnectToUnknownAkmNetwork()
19 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()
42 public static final String ACTION_CONNECT_TO_NETWORK = field in ConnectToNetworkNotificationBuilder92 getPrivateBroadcast(ACTION_CONNECT_TO_NETWORK, notifierTag)); in createConnectToAvailableNetworkNotification()
1914 ACTION_CONNECT_TO_NETWORK = 2; enumerator