/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListAdapter.java | 46 Contacts.CONTACT_STATUS, // 3 58 Contacts.CONTACT_STATUS, // 3 70 Contacts.CONTACT_STATUS, // 3 85 Contacts.CONTACT_STATUS, // 3
|
D | ContactTileAdapter.java | 151 mStatusIndex = ContactTileLoaderFactory.CONTACT_STATUS; in bindColumnIndices()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
D | ContactTileLoaderFactory.java | 39 public final static int CONTACT_STATUS = 6; field in ContactTileLoaderFactory 60 Contacts.CONTACT_STATUS, // ...............................6
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | GroupMemberLoader.java | 60 Data.CONTACT_STATUS, // 5 68 public static final int CONTACT_STATUS = 5; field in GroupMemberLoader.GroupDetailQuery
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
D | ContactHeaderWidget.java | 103 Contacts.CONTACT_STATUS, 117 int CONTACT_STATUS = 7; field 654 final String status = c.getString(ContactQuery.CONTACT_STATUS); in bindContactInfo()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | GroupMemberTileAdapter.java | 46 mStatusIndex = GroupMemberLoader.GroupDetailQuery.CONTACT_STATUS; in bindColumnIndices()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 210 Contacts.CONTACT_STATUS, in testContactsProjection() 251 Contacts.CONTACT_STATUS, in testContactsStrequentProjection() 296 Contacts.CONTACT_STATUS, in testContactsStrequentPhoneOnlyProjection() 345 Contacts.CONTACT_STATUS, in testContactsWithSnippetProjection() 473 Contacts.CONTACT_STATUS, in testDataProjection() 552 Contacts.CONTACT_STATUS, in testDistinctDataProjection() 646 Contacts.CONTACT_STATUS, in testEntityProjection() 1085 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows() 1102 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows() 1120 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows() [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | ContactLoader.java | 128 Contacts.CONTACT_STATUS, 210 public static final int CONTACT_STATUS = 9; field in ContactLoader.ContactQuery
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1566 Contacts.CONTACT_STATUS, "Green"); in testAggregatedStatusUpdate() 1573 Contacts.CONTACT_STATUS, "Green"); in testAggregatedStatusUpdate() 1576 Contacts.CONTACT_STATUS, "Red"); in testAggregatedStatusUpdate()
|
D | ContactAggregator2Test.java | 1575 Contacts.CONTACT_STATUS, "Green"); in testAggregatedStatusUpdate() 1582 Contacts.CONTACT_STATUS, "Green"); in testAggregatedStatusUpdate() 1585 Contacts.CONTACT_STATUS, "Red"); in testAggregatedStatusUpdate()
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | PhoneFavoritesTileAdapter.java | 199 mStatusIndex = ContactTileLoaderFactory.CONTACT_STATUS; in bindColumnIndices()
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
D | ContactLoaderTest.java | 319 Contacts.CONTACT_STATUS, Contacts.CONTACT_STATUS_TIMESTAMP, in fetchAllData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 714 .add(Contacts.CONTACT_STATUS, 782 .add(Contacts.CONTACT_STATUS, 8323 Contacts.CONTACT_STATUS, in appendContactStatusUpdateJoin()
|