Searched refs:CALL_FORWARDING_STATUS_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
226 public static final int CALL_FORWARDING_STATUS_UNKNOWN = -1; field in IccRecords1121 return CALL_FORWARDING_STATUS_UNKNOWN; in getVoiceCallForwardingFlag()
1447 mCallForwardingStatus = CALL_FORWARDING_STATUS_UNKNOWN; in setVoiceCallForwardingFlagFromSimRecords()
1056 doReturn(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN).when(mSimRecords). in testCallForwardingIndicator()1082 assertEquals(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN, in testCallForwardingIndicator()1083 sp.getInt(Phone.CF_ID, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN)); in testCallForwardingIndicator()
1994 status = sp.getInt(CF_STATUS + subId, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN); in getCallForwardingIndicatorFromSharedPref()1999 if (status == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicatorFromSharedPref()2089 int callForwardingIndicator = IccRecords.CALL_FORWARDING_STATUS_UNKNOWN; in getCallForwardingIndicator()2093 if (callForwardingIndicator == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicator()