Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java1219 private void maybeLogBroadcast(NetworkAgentInfo nai, DetailedState state, int type, in maybeLogBroadcast() method in ConnectivityService.LegacyTypeTracker
1245 maybeLogBroadcast(underlyingNai, state, type, true /* isDefaultNetwork */); in maybeSendLegacyLockdownBroadcast()
1271 maybeLogBroadcast(nai, state, type, isDefaultNetwork); in add()
1295 maybeLogBroadcast(nai, DetailedState.DISCONNECTED, type, wasDefault); in remove()
1303 maybeLogBroadcast(replacement, DetailedState.CONNECTED, type, in remove()
1326 maybeLogBroadcast(nai, state, type, isDefault); in update()