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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java185 Contacts.IS_USER_PROFILE,
257 public static final int IS_USER_PROFILE = 64; field in class:ContactLoader.ContactQuery
621 final boolean isUserProfile = cursor.getInt(ContactQuery.IS_USER_PROFILE) == 1;

Completed in 28 milliseconds