Searched refs:CALL_FORWARDING_STATUS_ENABLED (Results 1 – 4 of 4) sorted by relevance
472 IccRecords.CALL_FORWARDING_STATUS_ENABLED)); in testGetCallForwardingOption()665 editor.putInt(Phone.CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_ENABLED); in testCallForwardingIndicator()682 editor.putInt(Phone.CF_STATUS + subId2, IccRecords.CALL_FORWARDING_STATUS_ENABLED); in testCallForwardingIndicator()
114 public static final int CALL_FORWARDING_STATUS_ENABLED = 1; field in IccRecords
537 mCallForwardingStatus = enable ? CALL_FORWARDING_STATUS_ENABLED : in setVoiceCallForwardingFlag()1446 CALL_FORWARDING_STATUS_ENABLED : CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlagFromSimRecords()
1653 status == IccRecords.CALL_FORWARDING_STATUS_ENABLED ? true : false); in getCallForwardingIndicatorFromSharedPref()1674 int status = enable ? IccRecords.CALL_FORWARDING_STATUS_ENABLED : in setCallForwardingIndicatorInSharedPref()1719 return (callForwardingIndicator == IccRecords.CALL_FORWARDING_STATUS_ENABLED); in getCallForwardingIndicator()