Searched refs:childId (Results 1 – 10 of 10) 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/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntityDelta.java | 122 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/ |
D | MailboxUtilities.java | 83 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/ |
D | PagedViewCellLayout.java | 101 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout() argument 114 child.setId(childId); in addViewToCellLayout()
|
D | CellLayout.java | 615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() argument 642 child.setId(childId); in addViewToCellLayout()
|
D | Workspace.java | 564 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/ |
D | CustomContactListFilterActivity.java | 656 final Long childId = child.getId(); 657 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()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 602 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() argument 623 child.setId(childId); in addViewToCellLayout()
|
D | Workspace.java | 1113 int childId = mLauncher.getViewIdForItem(info); in addInScreen() local 1116 if (!layout.addViewToCellLayout(child, -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
|