Home
last modified time | relevance | path

Searched refs:CF_STATUS (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java280 public static final String CF_STATUS = "cf_status_key"; field in Phone
2188 status = sp.getInt(CF_STATUS + subId, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN); in getCallForwardingIndicatorFromSharedPref()
2200 status = sp.getInt(CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_DISABLED); in getCallForwardingIndicatorFromSharedPref()
2212 editor.remove(CF_STATUS); in getCallForwardingIndicatorFromSharedPref()
2227 " in pref " + CF_STATUS + subId); in setCallForwardingIndicatorInSharedPref()
2231 editor.putInt(CF_STATUS + subId, status); in setCallForwardingIndicatorInSharedPref()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java973 sharedPreferences.getInt(Phone.CF_STATUS + mPhoneUT.getSubId(), in testGetCallForwardingOption()
978 editor.remove(Phone.CF_STATUS + mPhoneUT.getSubId()); in testGetCallForwardingOption()
1139 editor.putInt(Phone.CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_ENABLED); in testCallForwardingIndicator()
1156 editor.putInt(Phone.CF_STATUS + subId2, IccRecords.CALL_FORWARDING_STATUS_ENABLED); in testCallForwardingIndicator()
1165 editor.remove(Phone.CF_STATUS + subId1); in testCallForwardingIndicator()
1166 editor.remove(Phone.CF_STATUS + subId2); in testCallForwardingIndicator()