Searched refs:CALL_FORWARDING_STATUS_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
645 doReturn(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN).when(mSimRecords). in testCallForwardingIndicator()671 assertEquals(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN, in testCallForwardingIndicator()672 sp.getInt(Phone.CF_ID, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN)); in testCallForwardingIndicator()
115 public static final int CALL_FORWARDING_STATUS_UNKNOWN = -1; field in IccRecords601 return CALL_FORWARDING_STATUS_UNKNOWN; in getVoiceCallForwardingFlag()
1449 mCallForwardingStatus = CALL_FORWARDING_STATUS_UNKNOWN; in setVoiceCallForwardingFlagFromSimRecords()
1639 status = sp.getInt(CF_STATUS + subId, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN); in getCallForwardingIndicatorFromSharedPref()1644 if (status == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicatorFromSharedPref()1712 int callForwardingIndicator = IccRecords.CALL_FORWARDING_STATUS_UNKNOWN; in getCallForwardingIndicator()1716 if (callForwardingIndicator == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicator()