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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java86 public ServiceState getServiceState() { method in class:PhoneStateIntentReceiver
H A DCallManager.java279 public int getServiceState() { method in class:CallManager
283 int serviceState = phone.getServiceState().getState();
307 public int getServiceState(int subId) { method in class:CallManager
312 int serviceState = phone.getServiceState().getState();
1023 int serviceState = phone.getServiceState().getState();
2231 bInService = (phone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE);
H A DPhoneInternalInterface.java218 ServiceState getServiceState(); method in interface:PhoneInternalInterface
485 * {@link #getServiceState()}.{@link
488 * getServiceState().getState() will not change immediately after this call.
H A DGsmCdmaPhone.java394 public ServiceState getServiceState() { method in class:GsmCdmaPhone
399 mImsPhone.getServiceState());
998 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) {
1072 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE);
1078 && (imsPhone.getServiceState().getState() != ServiceState.STATE_POWER_OFF);
1099 + ", imsPhone.getServiceState().getState()="
1100 + ((imsPhone != null) ? imsPhone.getServiceState().getState() : "N/A"));
1592 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)
1622 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)
1657 && (imsPhone.getServiceState()
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java136 public ServiceState getServiceState() { method in class:ImsPhoneBase
242 int serviceState = getServiceState().getState();
H A DImsPhone.java260 getServiceState() { method in class:ImsPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java387 public ServiceState getServiceState() { method in class:SipPhone
390 return super.getServiceState();
H A DSipPhoneBase.java104 public ServiceState getServiceState() { method in class:SipPhoneBase
205 int serviceState = getServiceState().getState();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1070 public ServiceState getServiceState() { method in class:PhoneMock

Completed in 144 milliseconds