Home
last modified time | relevance | path

Searched refs:IS_USER_PROFILE (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DDisplayOptionsPreferenceFragment.java116 Contacts.IS_USER_PROFILE, // 2
123 Contacts.IS_USER_PROFILE, // 2
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java184 Contacts.IS_USER_PROFILE,
263 public static final int IS_USER_PROFILE = 61; field in ContactLoader.ContactQuery
600 final boolean isUserProfile = cursor.getInt(ContactQuery.IS_USER_PROFILE) == 1; in loadContactHeaderData()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java436 final boolean isUserProfile = cursor.getInt(ContactQuery.IS_USER_PROFILE) == 1; in loadContactHeaderData()
850 public static final int IS_USER_PROFILE = 61; field in ContactLoader.ContactQuery
917 Contacts.IS_USER_PROFILE,
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPickRawContactLoader.java65 mContactUri, new String[] {Contacts._ID, Contacts.IS_USER_PROFILE}, null, in loadInBackground()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java344 Contacts.IS_USER_PROFILE, in fetchAllData()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2068 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE in createContactsViews()
2120 + dbForProfile() + " AS " + Contacts.IS_USER_PROFILE + ", " in createContactsViews()
H A DContactsProvider2.java748 .add(Contacts.IS_USER_PROFILE)
788 .add(Contacts.IS_USER_PROFILE, "NULL")
848 .add(Contacts.IS_USER_PROFILE)
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java1050 public static final String IS_USER_PROFILE = "is_user_profile"; field
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java225 Contacts.IS_USER_PROFILE, in testContactsProjection()
266 Contacts.IS_USER_PROFILE, in testContactsStrequentProjection()
311 Contacts.IS_USER_PROFILE, in testContactsStrequentPhoneOnlyProjection()
360 Contacts.IS_USER_PROFILE, in testContactsWithSnippetProjection()
666 Contacts.IS_USER_PROFILE, in testEntityProjection()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34499 field public static final String IS_USER_PROFILE = "is_user_profile";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24323 field public static final java.lang.String IS_USER_PROFILE = "is_user_profile";