Searched refs:mHasBluetoothReporting (Results 1 – 2 of 2) sorted by relevance
1395 boolean mHasBluetoothReporting = false; field in BatteryStatsImpl7464 return mHasBluetoothReporting; in hasBluetoothActivityReporting()12725 mHasBluetoothReporting = true; in updateBluetoothStateLocked()15937 mHasBluetoothReporting = in.readInt() != 0;16437 out.writeInt(mHasBluetoothReporting ? 1 : 0);
74311 Lcom/android/internal/os/BatteryStatsImpl;->mHasBluetoothReporting:Z