Searched refs:childId (Results 1 - 10 of 10) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | RawContactDelta.java | 127 final Long childId = remoteEntry.getId(); 130 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 D | EntityDelta.java | 122 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 D | MailboxUtilities.java | 83 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 D | PagedViewCellLayout.java | 101 public boolean addViewToCellLayout(View child, int index, int childId, argument 114 child.setId(childId);
|
H A D | CellLayout.java | 615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, argument 642 child.setId(childId);
|
H A D | Workspace.java | 564 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 D | VCardDetailFragment.java | 89 int groupPosition, int childPosition, long childId) {
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | CustomContactListFilterActivity.java | 656 final Long childId = child.getId(); 657 return childId != null ? childId : Long.MIN_VALUE;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 602 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, argument 623 child.setId(childId);
|
H A D | Workspace.java | 1113 int childId = mLauncher.getViewIdForItem(info); 1116 if (!layout.addViewToCellLayout(child, -1, childId, lp, markCellsAsOccupied)) {
|
Completed in 228 milliseconds