Searched refs:RIL_UNSOL_SIGNAL_STRENGTH (Results 1 – 4 of 4) sorted by relevance
34 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_SIGNAL_STRENGTH;217 if (mRil.isLogvOrTrace()) mRil.unsljLogvRet(RIL_UNSOL_SIGNAL_STRENGTH, ss); in currentSignalStrength()
61 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()
282 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_SIGNAL_STRENGTH;5268 case RIL_UNSOL_SIGNAL_STRENGTH: in responseToString()
567 int RIL_UNSOL_SIGNAL_STRENGTH = 1009; field