Searched refs:mNetworkAgentInfos (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java182 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
215 } else if (mNetworkAgentInfos.containsKey(msg.replyTo)) {
219 mNetworkAgentInfos.get(msg.replyTo).asyncChannel.
223 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo);
238 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
265 mNetworkAgentInfos.remove(msg.replyTo);
322 private final HashMap<Messenger, NetworkAgentInfo> mNetworkAgentInfos = field in class:ConnectivityServiceMock
786 // mNetworkAgentInfos.put(na.messenger, na);
800 for (NetworkAgentInfo network : mNetworkAgentInfos.values()) {
824 //for (NetworkAgentInfo nai : mNetworkAgentInfos
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1850 for (NetworkAgentInfo nai : mNetworkAgentInfos.values()) {
1896 for (NetworkAgentInfo nai : mNetworkAgentInfos.values()) {
2004 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
2017 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
2226 } else if (mNetworkAgentInfos.containsKey(msg.replyTo)) {
2230 mNetworkAgentInfos.get(msg.replyTo).asyncChannel.
2234 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo);
2249 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
2285 mNetworkAgentInfos.remove(msg.replyTo);
2365 for (NetworkAgentInfo network : mNetworkAgentInfos
4327 private final HashMap<Messenger, NetworkAgentInfo> mNetworkAgentInfos = field in class:ConnectivityService
[all...]

Completed in 67 milliseconds