/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | RawContactDeltaList.java | 160 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId); in buildDiffWrapper() 180 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId); in buildDiffWrapper() 191 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, in buildDiffWrapper() 272 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildSplitContactDiffHelper() 274 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRef1); in buildSplitContactDiffHelper()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
H A D | ContactAggregator2.java | 291 final String idPairSelection = "SELECT " + AggregationExceptions.RAW_CONTACT_ID1 + ", " + in buildExceptionMatchingSql() 295 " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 + " IN (" + in buildExceptionMatchingSql() 515 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId in updateMatchScoresBasedOnExceptions() 522 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions() 533 if (!c.isNull(AggregateExceptionQuery.RAW_CONTACT_ID1)) { in updateMatchScoresBasedOnExceptions() 534 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
|
H A D | ContactAggregator.java | 531 AggregationExceptions.RAW_CONTACT_ID1, 539 int RAW_CONTACT_ID1 = 1; field 564 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId in pickBestMatchBasedOnExceptions() 571 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in pickBestMatchBasedOnExceptions()
|
H A D | AbstractContactAggregator.java | 806 return "SELECT " + AggregationExceptions.RAW_CONTACT_ID1 + ", " + in buildExceptionMatchingSql() 809 " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 + " IN (" + in buildExceptionMatchingSql() 946 AggregationExceptions.RAW_CONTACT_ID1, 950 int RAW_CONTACT_ID1 = 0; field 976 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds() 1033 AggregationExceptions.RAW_CONTACT_ID1, 1044 int RAW_CONTACT_ID1 = 1; field
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | GroupsTest.java | 304 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in testLocalMixedVisible() 355 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in testMultipleSourcesVisible()
|
H A D | ContactDirectoryManagerTest.java | 616 AggregationExceptions.RAW_CONTACT_ID1, in testProjectionPopulated()
|
H A D | ContactsActor.java | 787 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in setAggregationException()
|
H A D | ContactsDatabaseHelperUpgradeTest.java | 416 new TableColumn(AggregationExceptions.RAW_CONTACT_ID1, INTEGER, false, null),
|
H A D | BaseContactsProvider2Test.java | 548 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in setAggregationException()
|
H A D | ContactsProvider2Test.java | 929 AggregationExceptions.RAW_CONTACT_ID1, in testAggregateExceptionProjection()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
H A D | ContactAggregatorTest.java | 75 AggregationExceptions.RAW_CONTACT_ID1, 109 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1 in testCrudAggregationExceptions() 111 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2 in testCrudAggregationExceptions() 1555 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException()
|
H A D | ContactAggregator2Test.java | 70 AggregationExceptions.RAW_CONTACT_ID1, 109 String selection = "(" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId1 in testCrudAggregationExceptions() 111 + ") OR (" + AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId2 in testCrudAggregationExceptions() 1563 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactDeltaListTests.java | 259 values.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId); in buildUpdateAggregationKeepTogether()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ContactSaveService.java | 1722 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildJoinContactDiff() 1740 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in buildSplitContactDiff()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactsDatabaseHelper.java | 1536 AggregationExceptions.RAW_CONTACT_ID1 in onCreate() 1544 AggregationExceptions.RAW_CONTACT_ID1 + ", " + in onCreate() 1551 AggregationExceptions.RAW_CONTACT_ID1 + in onCreate() 1705 + " WHERE " + AggregationExceptions.RAW_CONTACT_ID1 in createContactsTriggers()
|
H A D | ContactsProvider2.java | 997 .add(AggregationExceptions.RAW_CONTACT_ID1) 4883 Long rcId1 = values.getAsLong(AggregationExceptions.RAW_CONTACT_ID1); in updateAggregationException() 4903 AggregationExceptions.RAW_CONTACT_ID1 + "=? AND " in updateAggregationException() 4908 exceptionValues.put(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1); in updateAggregationException() 5007 AggregationExceptions.RAW_CONTACT_ID1, 5010 int RAW_CONTACT_ID1 = 0; field 5012 String SELECTION = AggregationExceptions.RAW_CONTACT_ID1 + "=? OR " 5025 final long rawContactId1 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID1); in queryAggregationRawContactIds()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 8200 public static final String RAW_CONTACT_ID1 = "raw_contact_id1"; field in ContactsContract.AggregationExceptions
|
/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 | 34103 field public static final String RAW_CONTACT_ID1 = "raw_contact_id1";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 23939 field public static final java.lang.String RAW_CONTACT_ID1 = "raw_contact_id1";
|