Searched refs:bleTimerBg (Results 1 – 1 of 1) sorted by relevance
4783 final Timer bleTimerBg = u.getBluetoothScanBackgroundTimer(); in dumpCheckinLocked() local4784 final int countBg = bleTimerBg != null ? bleTimerBg.getCountLocked(which) : 0; in dumpCheckinLocked()4787 final long actualTimeBg = bleTimerBg != null ? in dumpCheckinLocked()4788 bleTimerBg.getTotalDurationMsLocked(rawRealtimeMs) : 0; in dumpCheckinLocked()6162 final Timer bleTimerBg = u.getBluetoothScanBackgroundTimer(); in dumpLocked()6163 final int countBg = bleTimerBg != null ? bleTimerBg.getCountLocked(which) : 0; in dumpLocked()6166 final long actualTimeMsBg = bleTimerBg != null ? in dumpLocked()6167 bleTimerBg.getTotalDurationMsLocked(rawRealtimeMs) : 0; in dumpLocked()6218 if (bleTimerBg != null && bleTimerBg.isRunningLocked()) { in dumpLocked()