Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java86 public boolean restrictScopeStorage; field in State
181 out.writeInt(restrictScopeStorage ? 1 : 0); in writeToParcel()
196 + ", restrictScopeStorage=" + restrictScopeStorage in toString()
218 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.java364 mState.copyOperationSubType, mState.restrictScopeStorage, cwd); in refreshDirectory()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/dirlist/
DDirectoryAddonsAdapterTest.java148 mEnv.state.restrictScopeStorage = true; in testOpenTreeMessage_shouldBlockChild()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java149 && mEnv.getDisplayState().restrictScopeStorage) { in update()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java403 state.restrictScopeStorage = Shared.shouldRestrictStorageAccessFramework(this); in getState()