Searched refs:RESPONSE_GENERAL_ERROR (Results 1 – 2 of 2) sorted by relevance
566 return MtpConstants.RESPONSE_GENERAL_ERROR; in renameFile()580 return MtpConstants.RESPONSE_GENERAL_ERROR; in renameFile()621 return allowed ? MtpConstants.RESPONSE_OK : MtpConstants.RESPONSE_GENERAL_ERROR; in beginMoveObject()763 : MtpConstants.RESPONSE_GENERAL_ERROR); in setDeviceProperty()914 return MtpConstants.RESPONSE_GENERAL_ERROR; in beginDeleteObject()
76 public static final int RESPONSE_GENERAL_ERROR = 0x2002; field in MtpConstants