Home
last modified time | relevance | path

Searched refs:DocumentType (Results 1 – 3 of 3) sorted by relevance

/packages/services/Mtp/src/com/android/mtp/
DIdentifier.java20 import static com.android.mtp.MtpDatabaseConstants.DocumentType;
30 final @DocumentType int mDocumentType;
33 @DocumentType int documentType) { in Identifier()
DMtpDatabaseConstants.java100 public @interface DocumentType {} annotation in MtpDatabaseConstants
DMtpDatabase.java877 int protectionState, @DocumentType int documentType) { in getDocumentFlags()