Searched refs:childId (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDelta.java | 127 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/ |
D | WorkspaceLayoutManager.java | 119 int childId = info.getViewId(); in addInScreen() local 122 if (!layout.addViewToCellLayout(child, -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
|
D | CellLayout.java | 575 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/ |
D | CustomContactListFilterActivity.java | 663 final Long childId = child.getId(); 664 return childId != null ? childId : Long.MIN_VALUE;
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | VCardDetailFragment.java | 89 int groupPosition, int childPosition, long childId) { in onCreateView()
|