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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java259 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
292 } else if (mNetworkAgentInfos.containsKey(msg.replyTo)) {
296 mNetworkAgentInfos.get(msg.replyTo).asyncChannel.
300 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo);
315 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
342 mNetworkAgentInfos.remove(msg.replyTo);
399 private final HashMap<Messenger, NetworkAgentInfo> mNetworkAgentInfos = field in class:ConnectivityServiceMock
859 // mNetworkAgentInfos.put(na.messenger, na);
873 for (NetworkAgentInfo network : mNetworkAgentInfos.values()) {
897 //for (NetworkAgentInfo nai : mNetworkAgentInfos
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1938 for (NetworkAgentInfo nai : mNetworkAgentInfos.values()) {
1988 for (NetworkAgentInfo nai : mNetworkAgentInfos.values()) {
2131 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
2144 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
2349 } else if (mNetworkAgentInfos.containsKey(msg.replyTo)) {
2353 mNetworkAgentInfos.get(msg.replyTo).asyncChannel.
2357 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo);
2372 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo);
2404 mNetworkAgentInfos.remove(msg.replyTo);
2484 for (NetworkAgentInfo network : mNetworkAgentInfos
4387 private final HashMap<Messenger, NetworkAgentInfo> mNetworkAgentInfos = field in class:ConnectivityService
[all...]

Completed in 39 milliseconds