Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DCsvParser.java86 private static final int STATE_START_FIELD = 1; field in CsvParser
133 state = STATE_START_FIELD; in parse()
140 } else if (state == STATE_START_FIELD) { in parse()
149 state = STATE_START_FIELD; in parse()
175 state = STATE_START_FIELD; in parse()
189 state = STATE_START_FIELD; in parse()