Searched refs:uidsToReturn (Results 1 – 1 of 1) sorted by relevance
446 final SparseIntArray uidsToReturn = new SparseIntArray(); in removeBetween() local458 uidsToReturn.put(uidsForTime.keyAt(j), uidsForTime.valueAt(j)); in removeBetween()469 return uidsToReturn.size() > 0 ? uidsToReturn : null; in removeBetween()