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

/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactsUtils.java32 * Determine UserType from directory id and contact id.
53 * @return UserType indicates the user type of the contact. A directory id or contact id larger
60 public static @UserType long determineUserType(Long directoryId, Long contactId) {
76 * UserType indicates the user type of the contact. If the contact is from Work User (Work Profile
83 public @interface UserType {} interface in class:ContactsUtils
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsUtils.java101 * UserType indicates the user type of the contact. If the contact is from Work User (Work
108 public @interface UserType {} interface in class:ContactsUtils
226 * Determine UserType from directory id and contact id.
247 * @return UserType indicates the user type of the contact. A directory id or contact id larger
254 public static @UserType long determineUserType(Long directoryId, Long contactId) {

Completed in 148 milliseconds