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

  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 591 return MtpConstants.RESPONSE_GENERAL_ERROR;
605 return MtpConstants.RESPONSE_GENERAL_ERROR;
612 return MtpConstants.RESPONSE_GENERAL_ERROR;
630 return MtpConstants.RESPONSE_GENERAL_ERROR;
685 : MtpConstants.RESPONSE_GENERAL_ERROR);
752 return MtpConstants.RESPONSE_GENERAL_ERROR;
779 return MtpConstants.RESPONSE_GENERAL_ERROR;
797 return MtpConstants.RESPONSE_GENERAL_ERROR;
    [all...]
MtpConstants.java 76 public static final int RESPONSE_GENERAL_ERROR = 0x2002;
MtpPropertyGroup.java 438 return new MtpPropertyList(0, MtpConstants.RESPONSE_GENERAL_ERROR);

Completed in 19 milliseconds