Searched refs:callForwardingReasons (Results 1 – 1 of 1) sorted by relevance
1253 List<Integer> callForwardingReasons = new ArrayList<>(); in testGetCallForwarding() local1254 callForwardingReasons.add(CallForwardingInfo.REASON_UNCONDITIONAL); in testGetCallForwarding()1255 callForwardingReasons.add(CallForwardingInfo.REASON_BUSY); in testGetCallForwarding()1256 callForwardingReasons.add(CallForwardingInfo.REASON_NO_REPLY); in testGetCallForwarding()1257 callForwardingReasons.add(CallForwardingInfo.REASON_NOT_REACHABLE); in testGetCallForwarding()1258 callForwardingReasons.add(CallForwardingInfo.REASON_ALL); in testGetCallForwarding()1259 callForwardingReasons.add(CallForwardingInfo.REASON_ALL_CONDITIONAL); in testGetCallForwarding()1268 for (int callForwardingReasonToGet : callForwardingReasons) { in testGetCallForwarding()1298 callForwardingReasons.contains(info.getReason())); in testGetCallForwarding()1317 List<Integer> callForwardingReasons = new ArrayList<>(); in testSetCallForwarding() local[all …]