Searched refs:getCallForwardingIndicator (Results 1 – 4 of 4) sorted by relevance
127 + sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()130 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
2267 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone5354 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
1125 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1131 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1141 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1149 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1153 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1158 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1162 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
97 doReturn(true).when(mPhone).getCallForwardingIndicator(); in testNotifyCallForwarding()