/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | ContactListAdapter.java | 182 Contacts.CONTACT_STATUS, // 3 195 Contacts.CONTACT_STATUS, // 3 208 Contacts.CONTACT_STATUS, // 3 222 Contacts.CONTACT_STATUS, // 3
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListAdapter.java | 48 Contacts.CONTACT_STATUS, // 3 60 Contacts.CONTACT_STATUS, // 3 72 Contacts.CONTACT_STATUS, // 3 85 Contacts.CONTACT_STATUS, // 3
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersAdapter.java | 46 Data.CONTACT_STATUS, 56 Data.CONTACT_STATUS, 65 public static final int CONTACT_STATUS = 5; field in GroupMembersAdapter.GroupMembersQuery
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactTileLoaderFactory.java | 39 public final static int CONTACT_STATUS = 6; field in ContactTileLoaderFactory 60 Contacts.CONTACT_STATUS, // ...............................6
|
/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 212 Contacts.CONTACT_STATUS, in testContactsProjection() 253 Contacts.CONTACT_STATUS, in testContactsStrequentProjection() 298 Contacts.CONTACT_STATUS, in testContactsStrequentPhoneOnlyProjection() 347 Contacts.CONTACT_STATUS, in testContactsWithSnippetProjection() 475 Contacts.CONTACT_STATUS, in testDataProjection() 554 Contacts.CONTACT_STATUS, in testDistinctDataProjection() 648 Contacts.CONTACT_STATUS, in testEntityProjection() 1110 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows() 1127 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows() 1145 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows() [all …]
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 796 public static final int CONTACT_STATUS = 9; field in ContactLoader.ContactQuery 863 Contacts.CONTACT_STATUS,
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 132 Contacts.CONTACT_STATUS, 214 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/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 317 Contacts.CONTACT_STATUS, Contacts.CONTACT_STATUS_TIMESTAMP, in fetchAllData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 707 .add(Contacts.CONTACT_STATUS, 775 .add(Contacts.CONTACT_STATUS, 8404 Contacts.CONTACT_STATUS, in appendContactStatusUpdateJoin()
|