HomeSort by relevance Sort by last modified time
    Searched defs:getServiceState (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 86 public ServiceState getServiceState() {
Phone.java 182 ServiceState getServiceState();
    [all...]
CallManager.java 317 public int getServiceState() {
321 int serviceState = phone.getServiceState().getState();
345 public int getServiceState(int subId) {
350 int serviceState = phone.getServiceState().getState();
    [all...]
PhoneProxy.java 342 public ServiceState getServiceState() {
343 return mActivePhone.getServiceState();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
HfaLogic.java 141 onServiceStateChange(phone.getServiceState());
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java 184 updateServiceState(mPhone.getServiceState());
312 final int state = mPhone.getServiceState().getState();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 137 public ServiceState getServiceState() {
243 int serviceState = getServiceState().getState();
ImsPhone.java 204 getServiceState() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 105 public ServiceState getServiceState() {
206 int serviceState = getServiceState().getState();
SipPhone.java 376 public ServiceState getServiceState() {
379 return super.getServiceState();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 271 public ServiceState getServiceState() {
276 mImsPhone.getServiceState());
424 + ", imsPhone.getServiceState().getState()="
425 + ((imsPhone != null) ? imsPhone.getServiceState().getState() : "N/A"));
429 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 264 getServiceState() {
269 mImsPhone.getServiceState());
745 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) {
820 + ", imsPhone.getServiceState().getState()="
821 + ((imsPhone != null) ? imsPhone.getServiceState().getState() : "N/A"));
825 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE
    [all...]

Completed in 182 milliseconds