Searched refs:CALL_FORWARDING_STATUS_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
841 doReturn(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN).when(mSimRecords). in testCallForwardingIndicator()867 assertEquals(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN, in testCallForwardingIndicator()868 sp.getInt(Phone.CF_ID, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN)); in testCallForwardingIndicator()
221 public static final int CALL_FORWARDING_STATUS_UNKNOWN = -1; field in IccRecords991 return CALL_FORWARDING_STATUS_UNKNOWN; in getVoiceCallForwardingFlag()
1404 mCallForwardingStatus = CALL_FORWARDING_STATUS_UNKNOWN; in setVoiceCallForwardingFlagFromSimRecords()
1928 status = sp.getInt(CF_STATUS + subId, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN); in getCallForwardingIndicatorFromSharedPref()1933 if (status == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicatorFromSharedPref()2001 int callForwardingIndicator = IccRecords.CALL_FORWARDING_STATUS_UNKNOWN; in getCallForwardingIndicator()2005 if (callForwardingIndicator == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicator()