Searched refs:withSelectionBackReference (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContentProviderOperationTest.java | 261 .withSelectionBackReference(1, 3) in testSelectionBackRefs() 262 .withSelectionBackReference(2, 1) in testSelectionBackRefs() 263 .withSelectionBackReference(4, 2) in testSelectionBackRefs()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
H A D | ContactAggregatorTest.java | 1458 .withSelectionBackReference(0, 0) in testAggregationModeInitializedAsSuspended() 1463 .withSelectionBackReference(0, 2) in testAggregationModeInitializedAsSuspended() 1500 .withSelectionBackReference(0, 0) in testAggregationModeUpdatedToSuspended() 1505 .withSelectionBackReference(0, 2) in testAggregationModeUpdatedToSuspended() 1542 .withSelectionBackReference(0, 0) in testAggregationModeSuspendedOverriddenByAggException() 1547 .withSelectionBackReference(0, 2) in testAggregationModeSuspendedOverriddenByAggException()
|
H A D | ContactAggregator2Test.java | 1466 .withSelectionBackReference(0, 0) in testAggregationModeInitializedAsSuspended() 1471 .withSelectionBackReference(0, 2) in testAggregationModeInitializedAsSuspended() 1508 .withSelectionBackReference(0, 0) in testAggregationModeUpdatedToSuspended() 1513 .withSelectionBackReference(0, 2) in testAggregationModeUpdatedToSuspended() 1550 .withSelectionBackReference(0, 0) in testAggregationModeSuspendedOverriddenByAggException() 1555 .withSelectionBackReference(0, 2) in testAggregationModeSuspendedOverriddenByAggException()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | RawContactDelta.java | 520 builder.withSelectionBackReference(0, firstIndex); in buildDiff() 594 builder.withSelectionBackReference(0, firstIndex); in buildDiffWrapper()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentProviderOperation.java | 932 public @NonNull Builder withSelectionBackReference(int index, int fromIndex) { in withSelectionBackReference() method in ContentProviderOperation.Builder 952 public @NonNull Builder withSelectionBackReference(int index, int fromIndex, in withSelectionBackReference() method in ContentProviderOperation.Builder
|
/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 | 10260 …onNull public android.content.ContentProviderOperation.Builder withSelectionBackReference(int, int… 10261 …onNull public android.content.ContentProviderOperation.Builder withSelectionBackReference(int, int…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6964 …method public android.content.ContentProviderOperation.Builder withSelectionBackReference(int, int…
|