Searched refs:CALL_FORWARDING_STATUS_DISABLED (Results 1 – 4 of 4) sorted by relevance
514 CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlag()1401 CALL_FORWARDING_STATUS_ENABLED : CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlagFromSimRecords()
219 public static final int CALL_FORWARDING_STATUS_DISABLED = 0; field in IccRecords
1924 int status = IccRecords.CALL_FORWARDING_STATUS_DISABLED; in getCallForwardingIndicatorFromSharedPref()1940 status = sp.getInt(CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_DISABLED); in getCallForwardingIndicatorFromSharedPref()1964 IccRecords.CALL_FORWARDING_STATUS_DISABLED; in setCallForwardingIndicatorInSharedPref()
573 assertEquals(IccRecords.CALL_FORWARDING_STATUS_DISABLED, in testGetCallForwardingOption()