Searched refs:existingIdx (Results 1 – 1 of 1) sorted by relevance
1216 if (existingIdx >= 0) { in setLifeTheUniverseAndEverything()1218 mFieldValues.set(existingIdx, value); in setLifeTheUniverseAndEverything()1223 mFieldFilters.set(existingIdx, filter); in setLifeTheUniverseAndEverything()1224 return existingIdx; in setLifeTheUniverseAndEverything()1245 final int existingIdx = mFieldIds.indexOf(id); in setLifeTheUniverseAndEverything() local1246 if (existingIdx >= 0) { in setLifeTheUniverseAndEverything()1247 mFieldValues.set(existingIdx, value); in setLifeTheUniverseAndEverything()1252 mFieldFilters.set(existingIdx, filter); in setLifeTheUniverseAndEverything()1253 return existingIdx; in setLifeTheUniverseAndEverything()1275 if (existingIdx >= 0) { in createFromParcel()[all …]