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()
1452 mCallForwardingStatus = CALL_FORWARDING_STATUS_UNKNOWN; in setVoiceCallForwardingFlagFromSimRecords()
1185 doReturn(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN).when(mSimRecords). in testCallForwardingIndicator()1211 assertEquals(IccRecords.CALL_FORWARDING_STATUS_UNKNOWN, in testCallForwardingIndicator()1212 sp.getInt(Phone.CF_ID, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN)); in testCallForwardingIndicator()
2058 status = sp.getInt(CF_STATUS + subId, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN); in getCallForwardingIndicatorFromSharedPref()2063 if (status == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicatorFromSharedPref()2143 int callForwardingIndicator = IccRecords.CALL_FORWARDING_STATUS_UNKNOWN; in getCallForwardingIndicator()2147 if (callForwardingIndicator == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) { in getCallForwardingIndicator()