Searched refs:Organizations (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | LegacyContactsProviderTest.java | 165 values.put(Organizations.TYPE, Organizations.TYPE_WORK); in testPrimaryOrganization() 172 values.put(Organizations.TYPE, Organizations.TYPE_WORK); in testPrimaryOrganization() 349 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM); in testOrganizationsInsert() 359 assertPersonIdConstraint(Organizations.CONTENT_URI, Organizations.TYPE, in testOrganizationsInsert() 360 Organizations.TYPE_WORK); in testOrganizationsInsert() 362 assertTypeAndLabelConstraints(Organizations.CONTENT_URI, Organizations.PERSON_ID, personId, in testOrganizationsInsert() 363 Organizations.TYPE, Organizations.TYPE_CUSTOM, Organizations.TYPE_OTHER, in testOrganizationsInsert() 364 Organizations.LABEL); in testOrganizationsInsert() 382 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM); in testOrganizationsUpdate() 392 values.put(Organizations.TYPE, Organizations.TYPE_CUSTOM); in testOrganizationsUpdate() [all …]
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | LegacyApiSupport.java | 374 android.provider.Contacts.Organizations._ID); in sOrganizationProjectionMap.put() 376 android.provider.Contacts.Organizations.PERSON_ID); in sOrganizationProjectionMap.put() 378 android.provider.Contacts.Organizations.ISPRIMARY); in sOrganizationProjectionMap.put() 380 android.provider.Contacts.Organizations.COMPANY); in sOrganizationProjectionMap.put() 382 android.provider.Contacts.Organizations.TYPE); in sOrganizationProjectionMap.put() 384 android.provider.Contacts.Organizations.LABEL); in sOrganizationProjectionMap.put() 386 android.provider.Contacts.Organizations.TITLE); in sOrganizationProjectionMap.put() 1341 values, android.provider.Contacts.Organizations.COMPANY); in parseOrganizationValues() 1345 values, android.provider.Contacts.Organizations.TYPE); in parseOrganizationValues() 1348 values, android.provider.Contacts.Organizations.LABEL); in parseOrganizationValues() [all …]
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Contacts.java | 1745 public static final class Organizations implements BaseColumns, OrganizationColumns { class in Contacts 1749 private Organizations() {} in Organizations() method in Contacts.Organizations 1765 display = labels[Organizations.TYPE_WORK - 1]; in getDisplayLabel()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 33953 …@Deprecated public static final class Contacts.Organizations implements android.provider.BaseColum…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 23789 …public static final deprecated class Contacts.Organizations implements android.provider.BaseColumn…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 45026 Landroid/provider/Contacts$Organizations;-><init>()V
|