Searched refs:mProfilePowerState (Results 1 – 1 of 1) sorted by relevance
842 private final SparseArray<ProfilePowerState> mProfilePowerState = new SparseArray<>(); field in PowerManagerService2191 final ProfilePowerState profile = mProfilePowerState.get(mForegroundProfile);2587 final int numProfiles = mProfilePowerState.size();2589 final ProfilePowerState profile = mProfilePowerState.valueAt(i);2764 final int numProfiles = mProfilePowerState.size();2766 mProfilePowerState.valueAt(i).mWakeLockSummary = 0;2797 final ProfilePowerState profile = mProfilePowerState.valueAt(j);2820 final ProfilePowerState profile = mProfilePowerState.valueAt(i);3105 final int numProfiles = mProfilePowerState.size();3107 final ProfilePowerState profile = mProfilePowerState.valueAt(i);[all …]