Searched refs:mThresholdCallbackMap (Results 1 – 4 of 4) sorted by relevance
41 protected final HashMap<String, IThresholdListener> mThresholdCallbackMap = new HashMap<>(); field in QualityMonitor62 mThresholdCallbackMap.put(key, thresholdCallback.mCallback); in registerThresholdChange()69 mThresholdCallbackMap.remove(key); in unregisterThresholdChange()84 if (mThresholdCallbackMap.get(key) == null) { in updateThresholdsForNetCapability()113 mThresholdCallbackMap.clear(); in close()123 pw.println(prefix + "mThresholdCallbackMap=" + mThresholdCallbackMap); in dump()
203 IThresholdListener listener = mThresholdCallbackMap.get(key); in notifyThresholdChange()
259 IThresholdListener listener = mThresholdCallbackMap.get(key); in notifyThresholdChange()
216 Assert.assertEquals(1, mCellularQualityMonitor.mThresholdCallbackMap.size()); in testRegisterThresholdChange()222 Assert.assertEquals(2, mCellularQualityMonitor.mThresholdCallbackMap.size()); in testRegisterThresholdChange()253 Assert.assertEquals(1, mCellularQualityMonitor.mThresholdCallbackMap.size()); in testUnregisterThresholdChange()264 Assert.assertEquals(0, mCellularQualityMonitor.mThresholdCallbackMap.size()); in testUnregisterThresholdChange()281 Assert.assertEquals(2, mCellularQualityMonitor.mThresholdCallbackMap.size()); in testUpdateThresholdsForApn()498 Assert.assertEquals(1, mCellularQualityMonitor.mThresholdCallbackMap.size()); in testNullThresholds()