Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java92 public boolean restrictScopeStorage; field in State
202 out.writeInt(restrictScopeStorage ? 1 : 0); in writeToParcel()
217 + ", restrictScopeStorage=" + restrictScopeStorage in toString()
239 state.restrictScopeStorage = in.readInt() != 0;
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickFragment.java154 boolean restrictScopeStorage, DocumentInfo pickTarget) { in setPickTarget() argument
159 mRestrictScopeStorage = restrictScopeStorage; in setPickTarget()
DPickActivity.java392 mState.copyOperationSubType, mState.restrictScopeStorage, cwd); in refreshDirectory()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/dirlist/
DDirectoryAddonsAdapterTest.java154 mEnv.state.restrictScopeStorage = true; in testOpenTreeMessage_shouldBlockChild()
DDirectoryAddonsAdapterPrivateSpaceTest.java180 mEnv.state.restrictScopeStorage = true; in testOpenTreeMessage_shouldBlockChild()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java182 && mEnv.getDisplayState().restrictScopeStorage) { in update()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java478 state.restrictScopeStorage = Shared.shouldRestrictStorageAccessFramework(this); in getState()