Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorGsmCdmaPhone.java62 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in VendorGsmCdmaPhone
66 return super.getCallForwardingIndicator(); in getCallForwardingIndicator()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java113 + sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
116 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
DPhone.java2098 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone
4422 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1024 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()
DDefaultPhoneNotifierTest.java80 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