Home
last modified time | relevance | path

Searched refs:isStarred (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DContactsQueryHelperTest.java120 assertTrue(mHelper.isStarred()); in testQueryWithUri()
132 assertFalse(mHelper.isStarred()); in testQueryWithUriNotStarredNoPhoneNumber()
151 assertTrue(mHelper.isStarred()); in testQueryWithPhoneNumber()
162 assertTrue(mHelper.isStarred()); in testQueryWithEmail()
173 assertTrue(mHelper.isStarred()); in testQueryUpdatedContactSinceTime()
H A DDataManagerTest.java1850 boolean isStarred() { in isStarred() method in DataManagerTest.TestContactsQueryHelper
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java461 boolean isStarred = cursor.getInt(starIdx) != 0; in mergeContact()
462 if (isStarred) { in mergeContact()
465 if (DEBUG) Slog.d(TAG, "contact STARRED is: " + isStarred); in mergeContact()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DContactsQueryHelper.java82 boolean isStarred() { in isStarred() method in ContactsQueryHelper
H A DDataManager.java923 builder.setContactStarred(helper.isStarred()); in addOrUpdateConversationInfo()
1001 builder.setContactStarred(helper.isStarred()); in onChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java482 boolean isStarred = cursor.getInt(starIdx) != 0; in getContactAffinity()
483 if (isStarred) { in getContactAffinity()