Searched refs:activityForSubsystem (Results 1 – 1 of 1) sorted by relevance
448 final LongSparseArray<SparseIntArray> activityForSubsystem = in removeBetween() local450 if (activityForSubsystem != null) { in removeBetween()451 final int startIdx = activityForSubsystem.firstIndexOnOrAfter(startElapsed); in removeBetween()452 final int endIdx = activityForSubsystem.lastIndexOnOrBefore(endElapsed); in removeBetween()454 final SparseIntArray uidsForTime = activityForSubsystem.valueAt(i); in removeBetween()463 activityForSubsystem.removeAt(i); in removeBetween()