HomeSort by relevance Sort by last modified time
    Searched refs:OPERATION_NOT_ALLOWED (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 23 public static final int OPERATION_NOT_ALLOWED = 3;
AtPhonebook.java 247 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED;
283 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED;
313 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED;
494 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandException.java 82 OPERATION_NOT_ALLOWED,
239 case RILConstants.OPERATION_NOT_ALLOWED:
240 return new CommandException(Error.OPERATION_NOT_ALLOWED);
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 95 int OPERATION_NOT_ALLOWED = 54; /* Not allowed the request now */

Completed in 96 milliseconds