Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkIndication.java34 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_SIGNAL_STRENGTH;
217 if (mRil.isLogvOrTrace()) mRil.unsljLogvRet(RIL_UNSOL_SIGNAL_STRENGTH, ss); in currentSignalStrength()
DRadioIndication.java61 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_SIGNAL_STRENGTH;
244 mRil.unsljLogMore(RIL_UNSOL_SIGNAL_STRENGTH, "unsupported on IRadio < 1.4"); in currentSignalStrength()
284 mRil.unsljLogMore(RIL_UNSOL_SIGNAL_STRENGTH, "unsupported on IRadio < 1.4"); in currentSignalStrength_1_2()
297 if (mRil.isLogvOrTrace()) mRil.unsljLogvRet(RIL_UNSOL_SIGNAL_STRENGTH, ss); in currentSignalStrength_1_4()
314 if (mRil.isLogvOrTrace()) mRil.unsljLogvRet(RIL_UNSOL_SIGNAL_STRENGTH, ss); in currentSignalStrength_1_6()
DRILUtils.java282 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_SIGNAL_STRENGTH;
5268 case RIL_UNSOL_SIGNAL_STRENGTH: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java567 int RIL_UNSOL_SIGNAL_STRENGTH = 1009; field