Home
last modified time | relevance | path

Searched refs:BluetoothCmeError (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DBluetoothAtPhonebook.java148 return mHandsfree.reportCmeError(BluetoothCmeError.OPERATION_NOT_SUPPORTED); in register()
168 return mHandsfree.reportCmeError(BluetoothCmeError.OPERATION_NOT_ALLOWED); in register()
185 return mHandsfree.reportCmeError(BluetoothCmeError.OPERATION_NOT_SUPPORTED); in register()
205 return mHandsfree.reportCmeError(BluetoothCmeError.OPERATION_NOT_ALLOWED); in register()
220 return mHandsfree.reportCmeError(BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in register()
253 return mHandsfree.reportCmeError(BluetoothCmeError.OPERATION_NOT_ALLOWED); in register()
403 return mHandsfree.reportCmeError(BluetoothCmeError.OPERATION_NOT_ALLOWED); in processCpbrCommand()
DBluetoothCmeError.java20 public class BluetoothCmeError { class
DBluetoothHandsfree.java2191 return reportCmeError(BluetoothCmeError.OPERATION_NOT_SUPPORTED); in initializeHandsfreeAtParser()
2474 return reportCmeError(BluetoothCmeError.OPERATION_NOT_SUPPORTED); in initializeHandsfreeAtParser()
2519 return reportCmeError(BluetoothCmeError.SIM_FAILURE); in initializeHandsfreeAtParser()