Searched refs:CALL_FORWARDING_STATUS_DISABLED (Results 1 – 4 of 4) sorted by relevance
517 CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlag()1444 CALL_FORWARDING_STATUS_ENABLED : CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlagFromSimRecords()
224 public static final int CALL_FORWARDING_STATUS_DISABLED = 0; field in IccRecords
1990 int status = IccRecords.CALL_FORWARDING_STATUS_DISABLED; in getCallForwardingIndicatorFromSharedPref()2006 status = sp.getInt(CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_DISABLED); in getCallForwardingIndicatorFromSharedPref()2030 IccRecords.CALL_FORWARDING_STATUS_DISABLED; in setCallForwardingIndicatorInSharedPref()
785 assertEquals(IccRecords.CALL_FORWARDING_STATUS_DISABLED, in testGetCallForwardingOption()