Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickFragment.java56 private static final String RESTRICT_SCOPE_STORAGE_KEY = "restrictScopeStorage"; field in PickFragment
134 mRestrictScopeStorage = savedInstanceState.getBoolean(RESTRICT_SCOPE_STORAGE_KEY); in onActivityCreated()
147 outState.putBoolean(RESTRICT_SCOPE_STORAGE_KEY, mRestrictScopeStorage); in onSaveInstanceState()