Home
last modified time | relevance | path

Searched defs:isUserProfile (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java415 int presence, String status, int chatMode, boolean isUserProfile) { in insertStatusUpdate()
421 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { in insertStatusUpdate()
436 boolean isUserProfile) { in insertStatusUpdate()
444 boolean isUserProfile) { in insertStatusUpdate()
DContactsProvider2Test.java6139 long groupId, int chatMode, boolean isUserProfile) { in createContact()
6155 long groupId, int chatMode, boolean isUserProfile) { in createRawContact()
6170 boolean isUserProfile) { in createRawContact()
/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java188 boolean isUserProfile) { in Result()
480 public boolean isUserProfile() { in isUserProfile() method in ContactLoader.Result
/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java549 protected boolean isUserProfile(int position) { in isUserProfile() method in ContactEntryListAdapter