Searched refs:existingIdx (Results 1 – 1 of 1) sorted by relevance
313 int existingIdx = -1; in withOption() local316 existingIdx = i; in withOption()321 newOptions.customOptions = new Object[customOptions.length + (existingIdx == -1 ? 1 : 0)][2]; in withOption()324 if (existingIdx == -1) { in withOption()329 newOptions.customOptions[existingIdx][1] = value; in withOption()