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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneStateListenerTest.java 43 mServiceState.setVoiceRegState(serviceState.getVoiceRegState());
71 ss.setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY);
78 verify(mServiceState).setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY);
ServiceStateTrackerTest.java 124 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_HOME);
422 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_ROAMING);
434 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_HOME);
444 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_ROAMING);
459 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_ROAMING);
469 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_HOME);
481 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_ROAMING);
491 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_HOME);
508 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_ROAMING);
520 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_HOME)
    [all...]
ServiceStateTest.java 66 ss.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
158 ss.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
TelephonyEventLogTest.java 116 serviceState.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerBaseTest.java 162 setVoiceRegState(ServiceState.STATE_IN_SERVICE);
200 public void setVoiceRegState(int voiceRegState) {
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 837 setVoiceRegState(state);
838 if (DBG) Rlog.e(LOG_TAG, "[ServiceState] setState deprecated use setVoiceRegState()");
842 public void setVoiceRegState(int state) {
844 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setVoiceRegState=" + mVoiceRegState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 140 s.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
ImsPhone.java 254 mSS.setVoiceRegState(state);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 108 s.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 682 mNewSS.setVoiceRegState(mNewSS.getDataRegState());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 905 public void setVoiceRegState(int voiceRegState) {
    [all...]

Completed in 884 milliseconds