Searched refs:internetConnections (Results 1 – 1 of 1) sorted by relevance
2179 Map<Integer, PreciseDataConnectionState> internetConnections = new ArrayMap<>(); in notifyDataConnectionForSubscriber() local2183 internetConnections.put(TelephonyManager.DATA_DISCONNECTED, preciseState); in notifyDataConnectionForSubscriber()2190 internetConnections.put(entry.getValue().getState(), entry.getValue()); in notifyDataConnectionForSubscriber()2204 if (internetConnections.containsKey(s)) { in notifyDataConnectionForSubscriber()2206 networkType = internetConnections.get(s).getNetworkType(); in notifyDataConnectionForSubscriber()