Searched defs:getServiceState (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java89 public ServiceState getServiceState() { method in class:PhoneStateIntentReceiver
H A DCallManager.java260 public int getServiceState() { method in class:CallManager
264 int serviceState = phone.getServiceState().getState();
770 int serviceState = phone.getServiceState().getState();
H A DPhoneProxy.java166 public ServiceState getServiceState() { method in class:PhoneProxy
167 return mActivePhone.getServiceState();
H A DPhone.java238 ServiceState getServiceState(); method in interface:Phone
865 * {@link #getServiceState()}.{@link
868 * getServiceState().getState() will not change immediately after this call.
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java326 public ServiceState getServiceState() { method in class:SipPhone
329 return super.getServiceState();
H A DSipPhoneBase.java105 public ServiceState getServiceState() { method in class:SipPhoneBase
194 int serviceState = getServiceState().getState();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java263 public ServiceState getServiceState() { method in class:CDMAPhone
515 getServiceState().getState() == ServiceState.STATE_IN_SERVICE &&
516 (mDataConnection.getDataOnRoamingEnabled() || !getServiceState().getRoaming());
1372 return getServiceState().getCdmaEriIconIndex();
1382 return getServiceState().getCdmaEriIconMode();
1390 int roamInd = getServiceState().getCdmaRoamingIndicator();
1391 int defRoamInd = getServiceState().getCdmaDefaultRoamingIndicator();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java253 getServiceState() { method in class:GSMPhone
1108 getServiceState().getState() == ServiceState.STATE_IN_SERVICE &&
1109 (mDataConnection.getDataOnRoamingEnabled() || !getServiceState().getRoaming());

Completed in 130 milliseconds