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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 23 public static final int OPERATION_NOT_ALLOWED = 3;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandException.java 81 OPERATION_NOT_ALLOWED,
238 case RILConstants.OPERATION_NOT_ALLOWED:
239 return new CommandException(Error.OPERATION_NOT_ALLOWED);
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 96 int OPERATION_NOT_ALLOWED = 54; /* Not allowed the request now */

Completed in 198 milliseconds