Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DContactsSyncAdapter.java396 class PhoneRow implements UntypedRow { class in ContactsSyncAdapter
400 public PhoneRow(String _phone, int _type) { in PhoneRow() method in ContactsSyncAdapter.PhoneRow
483 workPhones.add(new PhoneRow(getValue(), Phone.TYPE_WORK)); in addData()
499 homePhones.add(new PhoneRow(getValue(), Phone.TYPE_HOME)); in addData()