/packages/apps/Dialer/java/com/android/dialer/searchfragment/common/ |
D | Projections.java | 33 public static final int CARRIER_PRESENCE = 8; field in Projections 54 Phone.CARRIER_PRESENCE, // 8 74 Data.CARRIER_PRESENCE, // 8 93 Data.CARRIER_PRESENCE, // 8
|
/packages/apps/Dialer/java/com/android/dialer/smartdial/ |
D | SmartDialCursorLoader.java | 105 row[PhoneQuery.CARRIER_PRESENCE] = contact.carrierPresence; in loadInBackground() 224 public static final int CARRIER_PRESENCE = 9; field in SmartDialCursorLoader.PhoneQuery 229 projectionList.add(Phone.CARRIER_PRESENCE); // 9 236 projectionList.add(Phone.CARRIER_PRESENCE); // 9
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/ |
D | SpeedDialUiItem.java | 60 public static final int CARRIER_PRESENCE = 9; field in SpeedDialUiItem 72 Phone.CARRIER_PRESENCE 85 Phone.CARRIER_PRESENCE 148 && (cursor.getInt(CARRIER_PRESENCE) & Data.CARRIER_PRESENCE_VT_CAPABLE) == 1) { in fromCursor()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PhoneNumberListAdapter.java | 116 projectionList.add(Phone.CARRIER_PRESENCE); // 9 138 projectionList.add(Phone.CARRIER_PRESENCE); // 9 152 public static final int CARRIER_PRESENCE = 9; field in PhoneNumberListAdapter.PhoneQuery 494 int carrierPresence = cursor.getInt(PhoneQuery.CARRIER_PRESENCE); in bindPhoneNumber()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
D | Cp2Projections.java | 46 Phone.CARRIER_PRESENCE 131 int carrierPresenceColumn = cursor.getColumnIndex(Phone.CARRIER_PRESENCE); in buildCp2ContactInfoFromCursor()
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
D | Cp2Contact.java | 105 .setCarrierPresence(cursor.getInt(Projections.CARRIER_PRESENCE)) in fromCursor() 123 row[Projections.CARRIER_PRESENCE] = carrierPresence(); in toCursorRow()
|
D | SearchContactViewHolder.java | 197 int carrierPresence = cursor.getInt(Projections.CARRIER_PRESENCE); in getCallToAction()
|
/packages/apps/Dialer/java/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 147 + SmartDialDbColumns.CARRIER_PRESENCE in setupTables() 531 + SmartDialDbColumns.CARRIER_PRESENCE in insertUpdatedContactsAndNumberPrefix() 924 + SmartDialDbColumns.CARRIER_PRESENCE in getLooseMatches() 1051 String CARRIER_PRESENCE = "carrier_presence"; field 1094 Data.CARRIER_PRESENCE, // 14
|
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/ |
D | PhoneQuery.java | 44 new String[] {Phone.DISPLAY_NAME_ALTERNATIVE, Phone.CARRIER_PRESENCE};
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 524 cursorColumnToContentValues(cursor, cv, ContactQuery.CARRIER_PRESENCE); in loadDataValues() 853 public static final int CARRIER_PRESENCE = 64; field in ContactLoader.ContactQuery 925 projectionList.add(Data.CARRIER_PRESENCE);
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 192 projectionList.add(Data.CARRIER_PRESENCE); 265 public static final int CARRIER_PRESENCE = 62; field in ContactLoader.ContactQuery 675 cursorColumnToContentValues(cursor, cv, ContactQuery.CARRIER_PRESENCE); in loadDataValues()
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
D | DataItem.java | 155 final Integer value = mContentValues.getAsInteger(Data.CARRIER_PRESENCE); in getCarrierPresence()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
D | DataItem.java | 149 return mContentValues.getAsInteger(Data.CARRIER_PRESENCE); in getCarrierPresence()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
D | phone_lookup_info.proto | 72 // android.provider.ContactsContract.CommonDataKinds.Phone.CARRIER_PRESENCE
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 349 projectionList.add(Data.CARRIER_PRESENCE); in fetchAllData()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 369 new TableColumn(Data.CARRIER_PRESENCE, INTEGER, true, "0"),
|
D | ContactsProvider2Test.java | 421 Data.CARRIER_PRESENCE, in testDataProjection() 511 Data.CARRIER_PRESENCE, in testDistinctDataProjection() 595 Data.CARRIER_PRESENCE, in testEntityProjection() 705 Data.CARRIER_PRESENCE, in testRawEntityProjection() 6365 values.put(Data.CARRIER_PRESENCE, 0); in testDataCreateUpdateDeleteByMimeType() 6391 values.put(Data.CARRIER_PRESENCE, Data.CARRIER_PRESENCE_VT_CAPABLE); in testDataCreateUpdateDeleteByMimeType() 9758 values.put(Data.CARRIER_PRESENCE, Data.CARRIER_PRESENCE_VT_CAPABLE); in putDataValues()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 1444 Data.CARRIER_PRESENCE + " INTEGER NOT NULL DEFAULT 0, " + in onCreate() 1929 + Data.CARRIER_PRESENCE + ", " in createContactsViews()
|
D | ContactsProvider2.java | 699 .add(Data.CARRIER_PRESENCE)
|