Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java19 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()
H A DNetworkStatsServiceTest.java21 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 …]
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java22 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()
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DConnectivityManager.java105 public static final String CONNECTIVITY_ACTION_IMMEDIATE = field in ConnectivityManager