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

/packages/apps/Email/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java150 interface UntypedRow { interface in class:ContactsSyncAdapter
262 class EmailRow implements UntypedRow {
289 class ImRow implements UntypedRow {
305 class PhoneRow implements UntypedRow {
363 ArrayList<UntypedRow> emails = new ArrayList<UntypedRow>();
364 ArrayList<UntypedRow> ims = new ArrayList<UntypedRow>();
365 ArrayList<UntypedRow> homePhones = new ArrayList<UntypedRow>();
[all...]

Completed in 28 milliseconds