Searched defs:voiceRegState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerBaseTest.java229 public void setVoiceRegState(int voiceRegState) { argument
230 when(mServiceState.getVoiceRegState()).thenReturn(voiceRegState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java3221 * @param voiceRegState i.e. CREG in GSM
3224 private boolean isGprsConsistent(int dataRegState, int voiceRegState) { argument
3225 return !((voiceRegState == ServiceState.STATE_IN_SERVICE) &&
5013 * Consider dataRegState if voiceRegState is OOS to determine SPN to be displayed
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java915 public void setVoiceRegState(int voiceRegState) { argument
916 mVoiceRegState = voiceRegState;

Completed in 50 milliseconds