Searched refs:vrs (Results 1 – 3 of 3) sorted by relevance
64 byte[] vrs = new byte[]{(byte) (mVR & 0xFF), (byte) ((mVR >> 8) & 0xFF)}; in toString()67 new String(vrs) + ") [" + mLength + "] "; in toString()
3824 private @ServiceState.RilRadioTechnology int getCsCallRadioTech(int vrs, int vrat) { in getCsCallRadioTech() argument3825 logd("getCsCallRadioTech, current vrs=" + vrs + ", vrat=" + vrat); in getCsCallRadioTech()3827 if (vrs != ServiceState.STATE_IN_SERVICE in getCsCallRadioTech()3839 private void onVoiceRegStateOrRatChanged(int vrs, int vrat) { in onVoiceRegStateOrRatChanged() argument3841 mCT.dispatchCsCallRadioTech(getCsCallRadioTech(vrs, vrat)); in onVoiceRegStateOrRatChanged()
814 int vrs = mSS.getVoiceRegState(); in notifyVoiceRegStateRilRadioTechnologyChanged() local815 if (DBG) log("notifyVoiceRegStateRilRadioTechnologyChanged: vrs=" + vrs + " rat=" + rat); in notifyVoiceRegStateRilRadioTechnologyChanged()817 mVoiceRegStateOrRatChangedRegistrants.notifyResult(new Pair<Integer, Integer>(vrs, rat)); in notifyVoiceRegStateRilRadioTechnologyChanged()