Searched refs:restrictScopeStorage (Results 1 – 7 of 7) sorted by relevance
92 public boolean restrictScopeStorage; field in State202 out.writeInt(restrictScopeStorage ? 1 : 0); in writeToParcel()217 + ", restrictScopeStorage=" + restrictScopeStorage in toString()239 state.restrictScopeStorage = in.readInt() != 0;
154 boolean restrictScopeStorage, DocumentInfo pickTarget) { in setPickTarget() argument159 mRestrictScopeStorage = restrictScopeStorage; in setPickTarget()
392 mState.copyOperationSubType, mState.restrictScopeStorage, cwd); in refreshDirectory()
154 mEnv.state.restrictScopeStorage = true; in testOpenTreeMessage_shouldBlockChild()
180 mEnv.state.restrictScopeStorage = true; in testOpenTreeMessage_shouldBlockChild()
182 && mEnv.getDisplayState().restrictScopeStorage) { in update()
478 state.restrictScopeStorage = Shared.shouldRestrictStorageAccessFramework(this); in getState()