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

/packages/apps/Email/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java309 public PhoneRow(String _phone, int _type) { argument
311 type = _type;
319 public boolean isSameAs(int _type, String value) { argument
320 return type == _type && phone.equalsIgnoreCase(value);

Completed in 33 milliseconds