Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DCellularQualityMonitor.java77 private final ConcurrentHashMap<String, SparseArray<List<Integer>>> mThresholdMatrix = field in CellularQualityMonitor
291 for (Map.Entry<String, SparseArray<List<Integer>>> entry : mThresholdMatrix.entrySet()) { in updateRegisteredThresholdsArray()
293 mThresholdMatrix.getOrDefault(entry.getKey(), new SparseArray<>()); in updateRegisteredThresholdsArray()
336 Log.d(mTag, "Current threshold matrix: " + mThresholdMatrix); in updateThresholdsMatrix()
338 for (Map.Entry<String, SparseArray<List<Integer>>> entry : mThresholdMatrix.entrySet()) { in updateThresholdsMatrix()
340 mThresholdMatrix.get(entry.getKey()); in updateThresholdsMatrix()
353 mThresholdMatrix.getOrDefault(key, new SparseArray<>()); in updateThresholdsMatrix()
358 mThresholdMatrix.put(key, netCapabilityThresholds); in updateThresholdsMatrix()
361 Log.d(mTag, "updated thresholds matrix: " + mThresholdMatrix); in updateThresholdsMatrix()
586 pw.println(prefix + "mThresholdMatrix=" + mThresholdMatrix); in dump()