Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DAtPhonebookTest.java132 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in handleCscsCommand()
170 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in handleCpbsCommand()
193 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in handleCpbrCommand()
203 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in handleCpbrCommand()
DHeadsetStateMachineTest.java1612 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in testProcessAtCpbr()
1713 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in testProcessUnknownAt()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DBluetoothCmeError.java38 public static final int TEXT_HAS_INVALID_CHARS = 25; field in BluetoothCmeError
DAtPhonebook.java199 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCscsCommand()
270 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbsCommand()
352 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbrCommand()
385 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbrCommand()