Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bugreporthandler/
DBugReportHandlerUtil.java186 final List<String> nonShellPackageList = bugreportAllowlistedPackages.stream() in getValidBugReportHandlerInfos() local
188 Collections.sort(nonShellPackageList); in getValidBugReportHandlerInfos()
189 for (String pkg : nonShellPackageList) { in getValidBugReportHandlerInfos()