Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
DPersistLogSection.java196 int start = nextNonBlank(line, 21); in parseLine()
200 start = nextNonBlank(line, end); in parseLine()
204 start = nextNonBlank(line, end); in parseLine()
209 start = nextNonBlank(line, start + 1); in parseLine()
227 private static int nextNonBlank(String line, int start) { in nextNonBlank() method in PersistLogSection