Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DContactsSyncAdapter.java238 interface UntypedRow { interface in ContactsSyncAdapter
349 class EmailRow implements UntypedRow {
378 class ImRow implements UntypedRow {
396 class PhoneRow implements UntypedRow {
448 ArrayList<UntypedRow> emails = new ArrayList<UntypedRow>(); in addData()
449 ArrayList<UntypedRow> ims = new ArrayList<UntypedRow>(); in addData()
450 ArrayList<UntypedRow> homePhones = new ArrayList<UntypedRow>(); in addData()
451 ArrayList<UntypedRow> workPhones = new ArrayList<UntypedRow>(); in addData()
1420 public void addUntyped(Entity entity, ArrayList<UntypedRow> rows, String mimeType, in addUntyped()
1431 ArrayList<UntypedRow> rowsToReplace = new ArrayList<UntypedRow>(); in addUntyped()
[all …]