Searched refs:RESTRICT_SCOPE_STORAGE_KEY (Results 1 – 1 of 1) sorted by relevance
56 private static final String RESTRICT_SCOPE_STORAGE_KEY = "restrictScopeStorage"; field in PickFragment134 mRestrictScopeStorage = savedInstanceState.getBoolean(RESTRICT_SCOPE_STORAGE_KEY); in onActivityCreated()147 outState.putBoolean(RESTRICT_SCOPE_STORAGE_KEY, mRestrictScopeStorage); in onSaveInstanceState()