Searched refs:newIds (Results 1 – 4 of 4) sorted by relevance
40 final int[] newIds = intent.getIntArrayExtra(AppWidgetManager.EXTRA_APPWIDGET_IDS); in onReceive() local41 if (oldIds != null && newIds != null && oldIds.length == newIds.length) { in onReceive()42 RestoreDbTask.setRestoredAppWidgetIds(context, oldIds, newIds); in onReceive()
343 final ArrayList<Long> newIds = new ArrayList<Long>(count); in updateSuggestedContactIds() local349 newIds.add(contactId); in updateSuggestedContactIds()353 mSuggestedContactIds = new long[newIds.size()]; in updateSuggestedContactIds()355 for (final Long newId : newIds) { in updateSuggestedContactIds()
215 Set<Long> newIds = new ArraySet<>(); in findRawContactMatchingCandidates() local216 newIds.addAll(matchingCandidates.getRawContactIdSet()); in findRawContactMatchingCandidates()218 while (!newIds.isEmpty()) { in findRawContactMatchingCandidates()223 for (long rId : newIds) { in findRawContactMatchingCandidates()236 newIds.clear(); in findRawContactMatchingCandidates()237 newIds.addAll(tmpIdSet); in findRawContactMatchingCandidates()
305 @NonNull int[] newIds) { in setRestoredAppWidgetIds() argument308 .putString(APPWIDGET_IDS, IntArray.wrap(newIds).toConcatString()) in setRestoredAppWidgetIds()