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.java867 int protectionState, @DocumentType int documentType) { in getDocumentFlags() argument
871 protectionState == MtpConstants.PROTECTION_STATUS_NONE) { in getDocumentFlags()
876 (protectionState == MtpConstants.PROTECTION_STATUS_NONE || in getDocumentFlags()
877 protectionState == MtpConstants.PROTECTION_STATUS_NON_TRANSFERABLE_DATA) && in getDocumentFlags()
883 protectionState == MtpConstants.PROTECTION_STATUS_NONE) { in getDocumentFlags()