Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java1239 final NetworkAgentInfo underlyingNai = mService.getNetworkAgentInfoForNetwork( in maybeSendLegacyLockdownBroadcast() local
1241 if (underlyingNai == null) return; in maybeSendLegacyLockdownBroadcast()
1243 final int type = underlyingNai.networkInfo.getType(); in maybeSendLegacyLockdownBroadcast()
1245 maybeLogBroadcast(underlyingNai, state, type, true /* isDefaultNetwork */); in maybeSendLegacyLockdownBroadcast()
1246 mService.sendLegacyNetworkBroadcast(underlyingNai, state, type); in maybeSendLegacyLockdownBroadcast()
7189 NetworkAgentInfo underlyingNai = getNetworkAgentInfoForNetwork(network);
7190 if (underlyingNai == null) continue;
7191 LinkProperties lp = underlyingNai.linkProperties;