Home
last modified time | relevance | path

Searched refs:beforeId (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDelta.java439 final Long beforeId = mValues.getId(); in buildAssertHelper() local
441 if (beforeId == null || beforeVersion == null) return builder; in buildAssertHelper()
443 builder.withSelection(RawContacts._ID + "=" + beforeId, null); in buildAssertHelper()
461 final Long beforeId = mValues.getId(); in buildDiff() local
496 builder.withValue(Data.RAW_CONTACT_ID, beforeId); in buildDiff()
513 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT); in buildDiff()
536 final Long beforeId = mValues.getId(); in buildDiffWrapper() local
569 bw.getBuilder().withValue(Data.RAW_CONTACT_ID, beforeId); in buildDiffWrapper()
583 buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED); in buildDiffWrapper()
603 protected Builder buildSetAggregationMode(Long beforeId, int mode) { in buildSetAggregationMode() argument
[all …]
/aosp12/frameworks/base/core/java/android/view/
H A DView.java10833 public void setAccessibilityTraversalBefore(@IdRes int beforeId) { in setAccessibilityTraversalBefore() argument
10834 if (mAccessibilityTraversalBeforeId == beforeId) { in setAccessibilityTraversalBefore()
10837 mAccessibilityTraversalBeforeId = beforeId; in setAccessibilityTraversalBefore()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...