Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/
H A DIncidentHelper.java21 import com.android.commands.incident.sections.PersistLogSection;
73 return new PersistLogSection(); in getSection()
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
H A DPersistLogSection.java50 public class PersistLogSection implements Section { class