Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/
H A DIncidentHelper.java53 List<String> sectionArgs = new ArrayList<>(); in run() local
61 mArgsIterator.forEachRemaining(sectionArgs::add); in run()
68 section.run(System.in, System.out, sectionArgs); in run()