Searched refs:CALL_FORWARDING_STATUS_DISABLED (Results 1 – 4 of 4) sorted by relevance
522 CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlag()1449 CALL_FORWARDING_STATUS_ENABLED : CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlagFromSimRecords()
224 public static final int CALL_FORWARDING_STATUS_DISABLED = 0; field in IccRecords
2054 int status = IccRecords.CALL_FORWARDING_STATUS_DISABLED; in getCallForwardingIndicatorFromSharedPref()2070 status = sp.getInt(CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_DISABLED); in getCallForwardingIndicatorFromSharedPref()2094 IccRecords.CALL_FORWARDING_STATUS_DISABLED; in setCallForwardingIndicatorInSharedPref()
922 assertEquals(IccRecords.CALL_FORWARDING_STATUS_DISABLED, in testGetCallForwardingOption()