Searched refs:previousString (Results 1 – 1 of 1) sorted by relevance
252 final String previousString = previous == null ? "" : previous; in writeBirthValues() local253 dataOut.writeUTF(previousString); in writeBirthValues()254 if (previousString.isEmpty()) { in writeBirthValues()