Searched refs:CALL_FORWARDING_STATUS_DISABLED (Results 1 – 4 of 4) sorted by relevance
113 public static final int CALL_FORWARDING_STATUS_DISABLED = 0; field in IccRecords
538 CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlag()1446 CALL_FORWARDING_STATUS_ENABLED : CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlagFromSimRecords()
1635 int status = IccRecords.CALL_FORWARDING_STATUS_DISABLED; in getCallForwardingIndicatorFromSharedPref()1651 status = sp.getInt(CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_DISABLED); in getCallForwardingIndicatorFromSharedPref()1675 IccRecords.CALL_FORWARDING_STATUS_DISABLED; in setCallForwardingIndicatorInSharedPref()
470 assertEquals(IccRecords.CALL_FORWARDING_STATUS_DISABLED, in testGetCallForwardingOption()