Home
last modified time | relevance | path

Searched refs:rIds (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java49 for (Set<Long> rIds : connectedRawContactSets) { in mergeComponentsWithDisjointAccounts()
50 rawContactIds.put(index, rIds); in mergeComponentsWithDisjointAccounts()
51 for (Long rId : rIds) { in mergeComponentsWithDisjointAccounts()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrDataManagerImpl.java1040 long[] rIds = new long[seriesRecordingIds.size()]; in checkAndRemoveEmptySeriesRecording() local
1042 rIds[i++] = rId; in checkAndRemoveEmptySeriesRecording()
1044 checkAndRemoveEmptySeriesRecording(rIds); in checkAndRemoveEmptySeriesRecording()