Home
last modified time | relevance | path

Searched refs:childId (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java127 final Long childId = remoteEntry.getId(); in mergeAfter() local
130 final ValuesDelta localEntry = local.getEntry(childId); in mergeAfter()
300 public ValuesDelta getEntry(Long childId) { in getEntry() argument
301 if (childId == null) { in getEntry()
309 if (childId.equals(entry.getId())) { in getEntry()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceLayoutManager.java119 int childId = info.getViewId(); in addInScreen() local
122 if (!layout.addViewToCellLayout(child, -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
DCellLayout.java575 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() argument
596 child.setId(childId); in addViewToCellLayout()
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java663 final Long childId = child.getId();
664 return childId != null ? childId : Long.MIN_VALUE;
/packages/apps/Messaging/src/com/android/messaging/ui/
DVCardDetailFragment.java89 int groupPosition, int childPosition, long childId) { in onCreateView()