Home
last modified time | relevance | path

Searched refs:getCallForwardingIndicator (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java117 + sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
120 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
DPhone.java2137 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone
4862 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1191 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()
DDefaultPhoneNotifierTest.java78 doReturn(true).when(mPhone).getCallForwardingIndicator(); in testNotifyCallForwarding()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java122 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in SipPhoneBase