Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java127 + sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
130 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
DPhone.java2267 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone
5354 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1125 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1131 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1141 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1149 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1153 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1158 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1162 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
DDefaultPhoneNotifierTest.java97 doReturn(true).when(mPhone).getCallForwardingIndicator(); in testNotifyCallForwarding()