Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java879 boolean mHasBluetoothReporting = false; field in BatteryStatsImpl
6389 return mHasBluetoothReporting; in hasBluetoothActivityReporting()
11248 mHasBluetoothReporting = true; in updateBluetoothStateLocked()
13653 mHasBluetoothReporting = in.readInt() != 0; in readSummaryFromParcel()
14135 out.writeInt(mHasBluetoothReporting ? 1 : 0); in writeSummaryToParcel()
14632 mHasBluetoothReporting = in.readInt() != 0; in readFromParcelLocked()
14833 out.writeInt(mHasBluetoothReporting ? 1 : 0); in writeToParcelLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95107 Lcom/android/internal/os/BatteryStatsImpl;->mHasBluetoothReporting:Z