Searched refs:bleTimerBg (Results 1 – 1 of 1) sorted by relevance
3442 final Timer bleTimerBg = u.getBluetoothScanBackgroundTimer(); in dumpCheckinLocked() local3443 final int countBg = bleTimerBg != null ? bleTimerBg.getCountLocked(which) : 0; in dumpCheckinLocked()3446 final long actualTimeBg = bleTimerBg != null ? in dumpCheckinLocked()3447 bleTimerBg.getTotalDurationMsLocked(rawRealtimeMs) : 0; in dumpCheckinLocked()4679 final Timer bleTimerBg = u.getBluetoothScanBackgroundTimer(); in dumpLocked() local4680 final int countBg = bleTimerBg != null ? bleTimerBg.getCountLocked(which) : 0; in dumpLocked()4683 final long actualTimeMsBg = bleTimerBg != null ? in dumpLocked()4684 bleTimerBg.getTotalDurationMsLocked(rawRealtimeMs) : 0; in dumpLocked()4735 if (bleTimerBg != null && bleTimerBg.isRunningLocked()) { in dumpLocked()