Searched defs:mNetworkAgentInfos (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1772 for (NetworkAgentInfo nai : mNetworkAgentInfos.values()) {
1807 for (NetworkAgentInfo nai : mNetworkAgentInfos.values()) {
1908 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
1917 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
1932 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
1949 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
1959 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
1969 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
1983 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
1997 NetworkAgentInfo nai = mNetworkAgentInfos
3781 private final HashMap<Messenger, NetworkAgentInfo> mNetworkAgentInfos = field in class:ConnectivityService
[all...]

Completed in 34 milliseconds