Searched refs:tempTypeToId (Results 1 – 1 of 1) sorted by relevance
951 final SparseArray<IntArray> tempTypeToId = new SparseArray<>(); in populateEnergyConsumerSubsystemMapsLocked() local970 IntArray ids = tempTypeToId.get(consumer.type); in populateEnergyConsumerSubsystemMapsLocked()973 tempTypeToId.put(consumer.type, ids); in populateEnergyConsumerSubsystemMapsLocked()978 mEnergyConsumerTypeToIdMap = new SparseArray<>(tempTypeToId.size()); in populateEnergyConsumerSubsystemMapsLocked()980 final int size = tempTypeToId.size(); in populateEnergyConsumerSubsystemMapsLocked()982 final int consumerType = tempTypeToId.keyAt(i); in populateEnergyConsumerSubsystemMapsLocked()983 final int[] consumerIds = tempTypeToId.valueAt(i).toArray(); in populateEnergyConsumerSubsystemMapsLocked()