Searched refs:CONNECTIVITY_ACTION_IMMEDIATE (Results 1 – 4 of 4) sorted by relevance
19 import static android.net.ConnectivityManager.CONNECTIVITY_ACTION_IMMEDIATE;161 nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE); in testMobileConnectedAddedRoutes()183 nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE); in testMobileWifiHandoff()199 nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE); in testMobileWifiHandoff()219 nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE); in testMobileWifiHandoff()
21 import static android.net.ConnectivityManager.CONNECTIVITY_ACTION_IMMEDIATE;194 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testNetworkStatsWifi()248 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testStatsRebootPersist()339 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testStatsBucketResize()391 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testUidStatsAcrossNetworks()433 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testUidStatsAcrossNetworks()479 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testUidRemovedIsMoved()548 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testUid3g4gCombinedByTemplate()582 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testUid3g4gCombinedByTemplate()619 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE)); in testSummaryForAllUid()[all …]
22 import static android.net.ConnectivityManager.CONNECTIVITY_ACTION_IMMEDIATE;2160 immediateIntent.setAction(CONNECTIVITY_ACTION_IMMEDIATE); in handleDisconnect()2239 sendGeneralBroadcast(info, CONNECTIVITY_ACTION_IMMEDIATE); in sendConnectedBroadcast()2244 sendGeneralBroadcast(info, CONNECTIVITY_ACTION_IMMEDIATE); in sendConnectedBroadcastDelayed()6000 immediateIntent.setAction(CONNECTIVITY_ACTION_IMMEDIATE); in sendLegacyNetworkBroadcast()
105 public static final String CONNECTIVITY_ACTION_IMMEDIATE = field in ConnectivityManager