Searched refs:combinedSwitchString (Results 1 – 1 of 1) sorted by relevance
297 String combinedSwitchString = SWITCH_PREFIX + switchString; in appendSwitchWithValue() local299 combinedSwitchString += SWITCH_VALUE_SEPARATOR + value; in appendSwitchWithValue()302 mArgs.add(mArgsBegin++, combinedSwitchString); in appendSwitchWithValue()