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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneStateListenerTest.java 55 mServiceState.setVoiceRegState(serviceState.getVoiceRegState());
100 ss.setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY);
107 verify(mServiceState).setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY);
ServiceStateTrackerTest.java 180 mSimulatedCommands.setVoiceRegState(NetworkRegistrationState.REG_STATE_HOME);
383 ss.setVoiceRegState(ServiceState.STATE_OUT_OF_SERVICE);
394 ss.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
694 mSimulatedCommands.setVoiceRegState(NetworkRegistrationState.REG_STATE_ROAMING);
706 mSimulatedCommands.setVoiceRegState(NetworkRegistrationState.REG_STATE_HOME);
716 mSimulatedCommands.setVoiceRegState(NetworkRegistrationState.REG_STATE_ROAMING);
731 mSimulatedCommands.setVoiceRegState(NetworkRegistrationState.REG_STATE_ROAMING);
741 mSimulatedCommands.setVoiceRegState(NetworkRegistrationState.REG_STATE_HOME);
753 mSimulatedCommands.setVoiceRegState(NetworkRegistrationState.REG_STATE_ROAMING);
763 mSimulatedCommands.setVoiceRegState(NetworkRegistrationState.REG_STATE_HOME)
    [all...]
ServiceStateTest.java 70 ss.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
226 ss.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
256 ss.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
CellularNetworkServiceTest.java 113 mSimulatedCommands.setVoiceRegState(voiceRegState);
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
ServiceStateProviderTest.java 254 oldSS.setVoiceRegState(ServiceState.STATE_OUT_OF_SERVICE);
258 copyOfOldSS.setVoiceRegState(ServiceState.STATE_OUT_OF_SERVICE);
262 newSS.setVoiceRegState(ServiceState.STATE_POWER_OFF);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerBaseTest.java 206 setVoiceRegState(ServiceState.STATE_IN_SERVICE);
257 public void setVoiceRegState(int voiceRegState) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 343 ss.setVoiceRegState(mServiceStateTestIntent.getIntExtra(EXTRA_VOICE_REG_STATE,
ServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 144 s.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
ImsPhone.java 318 mSS.setVoiceRegState(state);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 103 s.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ServiceStateProvider.java 136 newSS.setVoiceRegState(values.getAsInteger(VOICE_REG_STATE));
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 962 setVoiceRegState(state);
963 if (DBG) Rlog.e(LOG_TAG, "[ServiceState] setState deprecated use setVoiceRegState()");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 949 public void setVoiceRegState(int voiceRegState) {
    [all...]

Completed in 254 milliseconds