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.java82 public String getRemainingPostDialSequence() { in getRemainingPostDialSequence() method in BluetoothCall
83 return mCall.getRemainingPostDialSequence(); in getRemainingPostDialSequence()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java85 NullPointerException.class, () -> mBluetoothCall.getRemainingPostDialSequence()); in getRemainingPostDialSequence_whenInnerCallIsNull_throwsNPE()