Searched defs:UserType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactsUtils.java105 * UserType indicates the user type of the contact. If the contact is from Work User (Work
112 public @interface UserType {} interface in class:ContactsUtils
237 * Determine UserType from directory id and contact id.
258 * @return UserType indicates the user type of the contact. A directory id or contact id larger
265 public static @UserType long determineUserType(Long directoryId, Long contactId) {

Completed in 66 milliseconds