Searched refs:childId (Results 1 - 10 of 10) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactDelta.java130 final Long childId = remoteEntry.getId();
133 final ValuesDelta localEntry = local.getEntry(childId);
300 public ValuesDelta getEntry(Long childId) { argument
301 if (childId == null) {
309 if (childId.equals(entry.getId())) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java122 final Long childId = remoteEntry.getId();
125 final ValuesDelta localEntry = local.getEntry(childId);
245 public ValuesDelta getEntry(Long childId) { argument
246 if (childId == null) {
254 if (childId.equals(entry.getId())) {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailboxUtilities.java83 long childId = childCursor.getLong(Mailbox.ID_PROJECTION_COLUMN);
84 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, childId),
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java101 public boolean addViewToCellLayout(View child, int index, int childId, argument
114 child.setId(childId);
H A DCellLayout.java615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, argument
642 child.setId(childId);
H A DWorkspace.java564 int childId = LauncherModel.getCellLayoutChildId(container, screen, x, y, spanX, spanY);
566 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) {
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVCardDetailFragment.java89 int groupPosition, int childPosition, long childId) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java644 final Long childId = child.getId();
645 return childId != null ? childId : Long.MIN_VALUE;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java628 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, argument
649 child.setId(childId);
H A DWorkspace.java1165 int childId = mLauncher.getViewIdForItem(info);
1168 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) {

Completed in 622 milliseconds