Searched refs:getCallForwardingIndicator (Results 1 – 5 of 5) sorted by relevance
117 + sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()120 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
2139 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone4877 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
1195 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1201 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1211 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1219 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1223 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1228 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1232 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
78 doReturn(true).when(mPhone).getCallForwardingIndicator(); in testNotifyCallForwarding()
122 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in SipPhoneBase