Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallUI.java176 if (call.isRttActive()) { in onCreate()
193 if (!call.isRttActive()) { in onCreate()
216 if (!call.isRttActive()) { in onCreate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java222 public boolean isRttActive() { in isRttActive() method in BluetoothCall
223 return mCall.isRttActive(); in isRttActive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java257 assertThrows(NullPointerException.class, () -> mBluetoothCall.isRttActive()); in isRttActive_whenInnerCallIsNull_throwsNPE()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java994 if (!(BuildCompat.isAtLeastP() && call.isRttActive())) { in can()
1077 return getTelecomCall().isRttActive(); in isActiveRttCall()