Searched defs:POSTAL_TYPE_COLUMN_INDEX (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyPostalAddressListAdapter.java48 public static final int POSTAL_TYPE_COLUMN_INDEX = 1; field in class:LegacyPostalAddressListAdapter
103 if (!cursor.isNull(POSTAL_TYPE_COLUMN_INDEX)) {
104 final int type = cursor.getInt(POSTAL_TYPE_COLUMN_INDEX);

Completed in 61 milliseconds