Home
last modified time | relevance | path

Searched refs:mVideoOnNesting (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java813 int mVideoOnNesting; field in BatteryStatsImpl
5374 if (mVideoOnNesting == 0) { in noteVideoOnLocked()
5381 mVideoOnNesting++; in noteVideoOnLocked()
5387 if (mVideoOnNesting == 0) { in noteVideoOffLocked()
5393 if (--mVideoOnNesting == 0) { in noteVideoOffLocked()
5421 if (mVideoOnNesting > 0) { in noteResetVideoLocked()
5424 mVideoOnNesting = 0; in noteResetVideoLocked()
14638 mVideoOnNesting = 0; in readFromParcelLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88899 Lcom/android/internal/os/BatteryStatsImpl;->mVideoOnNesting:I