Searched refs:callForwardingErrors (Results 1 – 1 of 1) sorted by relevance
1261 Set<Integer> callForwardingErrors = new HashSet<Integer>(); in testGetCallForwarding() local1262 callForwardingErrors.add(TelephonyManager.CallForwardingInfoCallback in testGetCallForwarding()1264 callForwardingErrors.add(TelephonyManager.CallForwardingInfoCallback.RESULT_ERROR_UNKNOWN); in testGetCallForwarding()1265 callForwardingErrors.add(TelephonyManager.CallForwardingInfoCallback in testGetCallForwarding()1308 callForwardingErrors.contains(receivedErrorCode.get())); in testGetCallForwarding()