Home
last modified time | relevance | path

Searched refs:getRemainingPostDialSequence (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java83 public String getRemainingPostDialSequence() { in getRemainingPostDialSequence() method in BluetoothCall
84 return mCall.getRemainingPostDialSequence(); in getRemainingPostDialSequence()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java84 NullPointerException.class, () -> mBluetoothCall.getRemainingPostDialSequence()); in getRemainingPostDialSequence_whenInnerCallIsNull_throwsNPE()