Searched refs:isReceivingCallsEnabled (Results 1 - 5 of 5) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipSharedPreferences.java95 public boolean isReceivingCallsEnabled() { method in class:SipSharedPreferences
100 log("isReceivingCallsEnabled, option not set; use default value, exception: " + e);
H A DSipAccountRegistry.java208 boolean isReceivingCalls = sipSharedPreferences.isReceivingCallsEnabled();
H A DSipSettings.java99 updateSummary(mSipSharedPreferences.isReceivingCallsEnabled()
238 if (!mSipSharedPreferences.isReceivingCallsEnabled()) return;
H A DSipEditor.java398 mSharedPreferences.isReceivingCallsEnabled())
/packages/services/Telephony/src/com/android/phone/settings/
H A DPhoneAccountSettingsFragment.java125 mSipSharedPreferences.isReceivingCallsEnabled());

Completed in 129 milliseconds