Searched refs:getCallForwardingIndicator (Results 1 – 5 of 5) sorted by relevance
117 + sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()120 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
2137 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone4862 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
1191 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1197 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1207 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1215 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1219 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1224 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1228 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
78 doReturn(true).when(mPhone).getCallForwardingIndicator(); in testNotifyCallForwarding()
122 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in SipPhoneBase