Searched refs:RESPONSE_GENERAL_ERROR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java763 return MtpConstants.RESPONSE_GENERAL_ERROR;
782 return MtpConstants.RESPONSE_GENERAL_ERROR;
789 return MtpConstants.RESPONSE_GENERAL_ERROR;
807 return MtpConstants.RESPONSE_GENERAL_ERROR;
887 : MtpConstants.RESPONSE_GENERAL_ERROR);
960 return MtpConstants.RESPONSE_GENERAL_ERROR;
1007 return MtpConstants.RESPONSE_GENERAL_ERROR;
1042 return MtpConstants.RESPONSE_GENERAL_ERROR;
1094 return MtpConstants.RESPONSE_GENERAL_ERROR;
H A DMtpConstants.java76 public static final int RESPONSE_GENERAL_ERROR = 0x2002; field in class:MtpConstants
H A DMtpPropertyGroup.java459 return new MtpPropertyList(0, MtpConstants.RESPONSE_GENERAL_ERROR);

Completed in 153 milliseconds