Searched refs:CALL_FORWARDING_STATUS_DISABLED (Results 1 – 4 of 4) sorted by relevance
532 CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlag()1520 CALL_FORWARDING_STATUS_ENABLED : CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlagFromSimRecords()
148 public static final int CALL_FORWARDING_STATUS_DISABLED = 0; field in IccRecords
1763 int status = IccRecords.CALL_FORWARDING_STATUS_DISABLED; in getCallForwardingIndicatorFromSharedPref()1779 status = sp.getInt(CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_DISABLED); in getCallForwardingIndicatorFromSharedPref()1803 IccRecords.CALL_FORWARDING_STATUS_DISABLED; in setCallForwardingIndicatorInSharedPref()
576 assertEquals(IccRecords.CALL_FORWARDING_STATUS_DISABLED, in testGetCallForwardingOption()