HomeSort by relevance Sort by last modified time
    Searched refs:mVoiceRegState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 193 private int mVoiceRegState = STATE_OUT_OF_SERVICE;
318 mVoiceRegState = s.mVoiceRegState;
351 mVoiceRegState = in.readInt();
382 out.writeInt(mVoiceRegState);
444 return mVoiceRegState;
725 return ((mVoiceRegState * 31)
758 return (mVoiceRegState == s.mVoiceRegState
890 return new StringBuilder().append("{mVoiceRegState=").append(mVoiceRegState
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 122 private int mVoiceRegState = NetworkRegistrationState.REG_STATE_HOME;
950 mVoiceRegState = voiceRegState;
965 ret.regState = mVoiceRegState;
    [all...]

Completed in 83 milliseconds