Searched refs:mLastOptionValue (Results 1 – 1 of 1) sorted by relevance
38 private String mLastOptionValue; field in OptionsParser68 mLastOptionValue = null; in nextOption()77 mLastOptionValue = param.substring(valueDelimiterIndex + 1); in nextOption()101 if (mLastOptionValue != null) { in getRequiredValue()102 String result = mLastOptionValue; in getRequiredValue()103 mLastOptionValue = null; in getRequiredValue()141 if (mLastOptionValue != null) { in getOptionalBooleanValue()143 String stringValue = mLastOptionValue; in getOptionalBooleanValue()144 mLastOptionValue = null; in getOptionalBooleanValue()