OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESPONSE_GENERAL_ERROR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/java/android/mtp/
MtpDatabase.java
715
return MtpConstants.
RESPONSE_GENERAL_ERROR
;
734
return MtpConstants.
RESPONSE_GENERAL_ERROR
;
741
return MtpConstants.
RESPONSE_GENERAL_ERROR
;
759
return MtpConstants.
RESPONSE_GENERAL_ERROR
;
[
all
...]
MtpConstants.java
76
public static final int
RESPONSE_GENERAL_ERROR
= 0x2002;
MtpPropertyGroup.java
440
return new MtpPropertyList(0, MtpConstants.
RESPONSE_GENERAL_ERROR
);
Completed in 102 milliseconds