Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DBluetoothCmeError.java23 public static final int OPERATION_NOT_ALLOWED = 3; field in BluetoothCmeError
DAtPhonebook.java261 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbsCommand()
297 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
324 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DAtPhonebookTest.java159 BluetoothCmeError.OPERATION_NOT_ALLOWED); in handleCpbsCommand()
DHeadsetStateMachineTest.java1626 BluetoothCmeError.OPERATION_NOT_ALLOWED); in testProcessAtCpbs()