Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java885 int protectionState, @DocumentType int documentType) { in getDocumentFlags() argument
889 protectionState == MtpConstants.PROTECTION_STATUS_NONE) { in getDocumentFlags()
894 (protectionState == MtpConstants.PROTECTION_STATUS_NONE || in getDocumentFlags()
895 protectionState == MtpConstants.PROTECTION_STATUS_NON_TRANSFERABLE_DATA) && in getDocumentFlags()
901 protectionState == MtpConstants.PROTECTION_STATUS_NONE) { in getDocumentFlags()