Searched refs:NEWLINE (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPostalSplitter.java76 private static final String NEWLINE = "\n"; field in class:PostalSplitter
130 builder.append(NEWLINE);
147 builder.append(NEWLINE);
189 if (hasStreet) builder.append(NEWLINE);
193 if (hasStreet || hasPobox) builder.append(NEWLINE);
200 builder.append(NEWLINE);
217 builder.append(NEWLINE);

Completed in 153 milliseconds