Searched refs:previousName (Results 1 – 2 of 2) sorted by relevance
95 String previousName = messageNames.get(value); in findMessageNames() local96 if (previousName != null && !previousName.equals(name)) { in findMessageNames()97 throw new DuplicateConstantError(name, previousName, value); in findMessageNames()
854 String previousName = cursor.getString(0); in readPreviousNameInternal() local855 previousNameRef = new AtomicReference<>(previousName); in readPreviousNameInternal()857 return previousName; in readPreviousNameInternal()