Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java117 + sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
120 sender.getCallForwardingIndicator()); in notifyCallForwardingChanged()
H A DPhone.java2139 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in Phone
4877 pw.println(" getCallForwardingIndicator()=" + getCallForwardingIndicator()); in dump()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java1195 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1201 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1211 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1219 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1223 assertEquals(false, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1228 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
1232 assertEquals(true, mPhoneUT.getCallForwardingIndicator()); in testCallForwardingIndicator()
H A DDefaultPhoneNotifierTest.java78 doReturn(true).when(mPhone).getCallForwardingIndicator(); in testNotifyCallForwarding()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java122 public boolean getCallForwardingIndicator() { in getCallForwardingIndicator() method in SipPhoneBase