Home
last modified time | relevance | path

Searched refs:getCannedTextResponses (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java206 public List<String> getCannedTextResponses() { in getCannedTextResponses() method in BluetoothCall
207 return mCall.getCannedTextResponses(); in getCannedTextResponses()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java237 assertThrows(NullPointerException.class, () -> mBluetoothCall.getCannedTextResponses()); in getCannedTextResponses_whenInnerCallIsNull_throwsNPE()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java981 return telecomCall.getCannedTextResponses(); in getCannedSmsResponses()