Searched defs:CARRIER_PRESENCE (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java116 projectionList.add(Phone.CARRIER_PRESENCE); // 9
138 projectionList.add(Phone.CARRIER_PRESENCE); // 9
152 public static final int CARRIER_PRESENCE = 9; field in class:PhoneNumberListAdapter.PhoneQuery
494 int carrierPresence = cursor.getInt(PhoneQuery.CARRIER_PRESENCE);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DPhoneNumberListAdapter.java393 int carrierPresence = cursor.getInt(PhoneQuery.CARRIER_PRESENCE);
627 public static final int CARRIER_PRESENCE = 9; field in class:PhoneNumberListAdapter.PhoneQuery
632 projectionList.add(Phone.CARRIER_PRESENCE); // 9
639 projectionList.add(Phone.CARRIER_PRESENCE); // 9
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java200 projectionList.add(Data.CARRIER_PRESENCE);
275 public static final int CARRIER_PRESENCE = 64; field in class:ContactLoader.ContactQuery
687 cursorColumnToContentValues(cursor, cv, ContactQuery.CARRIER_PRESENCE);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java524 cursorColumnToContentValues(cursor, cv, ContactQuery.CARRIER_PRESENCE);
852 public static final int CARRIER_PRESENCE = 64; field in class:ContactLoader.ContactQuery
924 projectionList.add(Data.CARRIER_PRESENCE);
/packages/apps/Dialer/java/com/android/dialer/database/
H A DDialerDatabaseHelper.java135 + SmartDialDbColumns.CARRIER_PRESENCE
473 + SmartDialDbColumns.CARRIER_PRESENCE
842 + SmartDialDbColumns.CARRIER_PRESENCE
962 String CARRIER_PRESENCE = "carrier_presence"; field in interface:DialerDatabaseHelper.SmartDialDbColumns
1005 Data.CARRIER_PRESENCE, // 14

Completed in 163 milliseconds