Searched refs:restrictScopeStorage (Results 1 – 6 of 6) sorted by relevance
86 public boolean restrictScopeStorage; field in State181 out.writeInt(restrictScopeStorage ? 1 : 0); in writeToParcel()196 + ", restrictScopeStorage=" + restrictScopeStorage in toString()218 state.restrictScopeStorage = in.readInt() != 0;
154 boolean restrictScopeStorage, DocumentInfo pickTarget) { in setPickTarget() argument159 mRestrictScopeStorage = restrictScopeStorage; in setPickTarget()
364 mState.copyOperationSubType, mState.restrictScopeStorage, cwd); in refreshDirectory()
148 mEnv.state.restrictScopeStorage = true; in testOpenTreeMessage_shouldBlockChild()
149 && mEnv.getDisplayState().restrictScopeStorage) { in update()
403 state.restrictScopeStorage = Shared.shouldRestrictStorageAccessFramework(this); in getState()