Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
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()
509 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED); 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()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java604 public void setActionAccessibilityTraversalBefore(BottomAction action, int beforeId) { in setActionAccessibilityTraversalBefore() argument
606 bottomActionView.setAccessibilityTraversalBefore(beforeId); in setActionAccessibilityTraversalBefore()