Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdCallback.java42 private WeakReference<ThresholdCallback> mThresholdCallbackWeakRef; field in ThresholdCallback.ThresholdListener
47 mThresholdCallbackWeakRef = new WeakReference<>(callback); in ThresholdListener()
53 (WifiThresholdListener) mThresholdCallbackWeakRef.get(); in onWifiThresholdChanged()
64 (CellularThresholdListener) mThresholdCallbackWeakRef.get(); in onCellularThresholdChanged()