Searched refs:CALL_FORWARDING_STATUS_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
844 doReturn(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN).when(mSimRecords). in testCallForwardingIndicator()870 assertEquals(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN, in testCallForwardingIndicator()871 sp.getInt(Phone.CF_ID, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN)); in testCallForwardingIndicator()
150 public static final int CALL_FORWARDING_STATUS_UNKNOWN = -1; field in IccRecords815 return CALL_FORWARDING_STATUS_UNKNOWN; in getVoiceCallForwardingFlag()
1523 mCallForwardingStatus = CALL_FORWARDING_STATUS_UNKNOWN; in setVoiceCallForwardingFlagFromSimRecords()
1767 status = sp.getInt(CF_STATUS + subId, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN); in getCallForwardingIndicatorFromSharedPref()1772 if (status == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicatorFromSharedPref()1840 int callForwardingIndicator = IccRecords.CALL_FORWARDING_STATUS_UNKNOWN; in getCallForwardingIndicator()1844 if (callForwardingIndicator == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicator()