Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedProcessUtils.java64 private static ParseResult<Set<String>> parseAllowPermission(Set<String> perms, Resources res, in parseAllowPermission() method in ParsedProcessUtils
146 ParseResult<Set<String>> allowResult = parseAllowPermission( in parseProcess()
195 ParseResult<Set<String>> allowResult = parseAllowPermission(deniedPerms, res, in parseProcesses()