Searched refs:getCannedTextResponses (Results 1 – 3 of 3) sorted by relevance
206 public List<String> getCannedTextResponses() { in getCannedTextResponses() method in BluetoothCall207 return mCall.getCannedTextResponses(); in getCannedTextResponses()
237 assertThrows(NullPointerException.class, () -> mBluetoothCall.getCannedTextResponses()); in getCannedTextResponses_whenInnerCallIsNull_throwsNPE()
981 return telecomCall.getCannedTextResponses(); in getCannedSmsResponses()