Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DLocalPreferences.java101 final String key = getScopedAccessDenialsKey(packageName, uuid, directory); in getScopedAccessPermissionStatus()
107 final String key = getScopedAccessDenialsKey(packageName, uuid, directory); in setScopedAccessPermissionStatus()
111 private static String getScopedAccessDenialsKey(String packageName, String uuid, in getScopedAccessDenialsKey() method in LocalPreferences