Searched refs:getCallForwardingIndicator (Results 1 – 6 of 6) sorted by relevance
62 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in VendorGsmCdmaPhone66 return super.getCallForwardingIndicator(); in getCallForwardingIndicator()
113 + sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()116 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
2098 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone4422 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
1024 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1030 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1040 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1048 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1052 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1057 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()1061 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
80 doReturn(true).when(mPhone).getCallForwardingIndicator(); in testNotifyCallForwarding()
122 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in SipPhoneBase