Home
last modified time | relevance | path

Searched refs:childId (Results 1 – 10 of 10) 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/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java122 final Long childId = remoteEntry.getId(); in mergeAfter() local
125 final ValuesDelta localEntry = local.getEntry(childId); in mergeAfter()
245 public ValuesDelta getEntry(Long childId) { in getEntry() argument
246 if (childId == null) { in getEntry()
254 if (childId.equals(entry.getId())) { in getEntry()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailboxUtilities.java83 long childId = childCursor.getLong(Mailbox.ID_PROJECTION_COLUMN); in setFlagsAndChildrensParentKey() local
84 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, childId), in setFlagsAndChildrensParentKey()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java101 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout() argument
114 child.setId(childId); in addViewToCellLayout()
DCellLayout.java615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() argument
642 child.setId(childId); in addViewToCellLayout()
DWorkspace.java564 int childId = LauncherModel.getCellLayoutChildId(container, screen, x, y, spanX, spanY); in addInScreen() local
566 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java656 final Long childId = child.getId();
657 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()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java602 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() argument
623 child.setId(childId); in addViewToCellLayout()
DWorkspace.java1113 int childId = mLauncher.getViewIdForItem(info); in addInScreen() local
1116 if (!layout.addViewToCellLayout(child, -1, childId, lp, markCellsAsOccupied)) { in addInScreen()