Searched refs:mProfilePowerState (Results 1 – 1 of 1) sorted by relevance
612 private final SparseArray<ProfilePowerState> mProfilePowerState = new SparseArray<>(); field in PowerManagerService1662 final ProfilePowerState profile = mProfilePowerState.get(mForegroundProfile);1966 final int numProfiles = mProfilePowerState.size();1968 final ProfilePowerState profile = mProfilePowerState.valueAt(i);2117 final int numProfiles = mProfilePowerState.size();2119 mProfilePowerState.valueAt(i).mWakeLockSummary = 0;2128 final ProfilePowerState profile = mProfilePowerState.valueAt(j);2137 final ProfilePowerState profile = mProfilePowerState.valueAt(i);2384 final int numProfiles = mProfilePowerState.size();2386 final ProfilePowerState profile = mProfilePowerState.valueAt(i);[all …]