Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDocumentsAccess.java91 if (mState.canInteractWith(userId)) { in getDocument()
104 if (!mState.canInteractWith(userId)) { in getDocuments()
142 if (!mState.canInteractWith(userId)) { in findDocumentPath()
H A DDirectoryLoader.java134 if (mState.canInteractWith(userId)) { in loadInBackground()
145 if (!mState.canInteractWith(mRoot.userId)) { in loadInBackground()
H A DRecentsLoader.java57 if (!mState.canInteractWith(mUserId)) { in loadInBackground()
H A DRefreshTask.java88 if (!mState.canInteractWith(mDoc.userId) || mDoc.userId.isQuietModeEnabled(mContext)) { in run()
H A DMultiRootDocumentsLoader.java269 || !mState.canInteractWith(root.userId)) { in indexRoots()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DState.java102 public boolean canInteractWith(UserId userId) { in canInteractWith() method in State
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DActionHandler.java275 if (!mState.canInteractWith(userId)) { in openRoot()
H A DPickActivity.java428 if (!mState.canInteractWith(doc.userId)) { in canShare()