HomeSort by relevance Sort by last modified time
    Searched defs:carrierPresence (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 494 int carrierPresence = cursor.getInt(PhoneQuery.CARRIER_PRESENCE);
495 boolean isPresent = (carrierPresence & Phone.CARRIER_PRESENCE_VT_CAPABLE) != 0;
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 277 public final int carrierPresence;
280 String lookupKey, long photoId, int carrierPresence) {
287 this.carrierPresence = carrierPresence;
293 carrierPresence);
309 && Objects.equal(this.carrierPresence, that.carrierPresence);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 1310 milliseconds