Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DShared.java173 public static boolean shouldRestrictStorageAccessFramework(Activity activity) { in shouldRestrictStorageAccessFramework() method in Shared
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java408 state.restrictScopeStorage = Shared.shouldRestrictStorageAccessFramework(this); in getState()