Searched refs:getCallForwardingIndicator (Results 1 – 7 of 7) sorted by relevance
651 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()657 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()667 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()675 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()679 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()684 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()688 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
81 doReturn(true).when(mPhone).getCallForwardingIndicator(); in testNotifyCallForwarding()
135 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
1706 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone3283 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
138 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in SipPhoneBase
178 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in ImsPhoneBase
456 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in PhoneMock