Searched refs:CALL_FORWARDING_STATUS_ENABLED (Results 1 – 4 of 4) sorted by relevance
575 IccRecords.CALL_FORWARDING_STATUS_ENABLED)); in testGetCallForwardingOption()861 editor.putInt(Phone.CF_STATUS, IccRecords.CALL_FORWARDING_STATUS_ENABLED); in testCallForwardingIndicator()878 editor.putInt(Phone.CF_STATUS + subId2, IccRecords.CALL_FORWARDING_STATUS_ENABLED); in testCallForwardingIndicator()
513 mCallForwardingStatus = enable ? CALL_FORWARDING_STATUS_ENABLED : in setVoiceCallForwardingFlag()1401 CALL_FORWARDING_STATUS_ENABLED : CALL_FORWARDING_STATUS_DISABLED; in setVoiceCallForwardingFlagFromSimRecords()
220 public static final int CALL_FORWARDING_STATUS_ENABLED = 1; field in IccRecords
1942 status == IccRecords.CALL_FORWARDING_STATUS_ENABLED ? true : false); in getCallForwardingIndicatorFromSharedPref()1963 int status = enable ? IccRecords.CALL_FORWARDING_STATUS_ENABLED : in setCallForwardingIndicatorInSharedPref()2011 return (callForwardingIndicator == IccRecords.CALL_FORWARDING_STATUS_ENABLED); in getCallForwardingIndicator()