Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java52 private static final List<String> PACKAGE_FILTER_ACTIONS = Lists.newArrayList( field in DocumentsApplication
150 for (String packageAction : PACKAGE_FILTER_ACTIONS) { in onCreate()
181 if (PACKAGE_FILTER_ACTIONS.contains(action) && data != null) {