Searched refs:bleTimerBg (Results 1 – 1 of 1) sorted by relevance
4096 final Timer bleTimerBg = u.getBluetoothScanBackgroundTimer(); in dumpCheckinLocked() local4097 final int countBg = bleTimerBg != null ? bleTimerBg.getCountLocked(which) : 0; in dumpCheckinLocked()4100 final long actualTimeBg = bleTimerBg != null ? in dumpCheckinLocked()4101 bleTimerBg.getTotalDurationMsLocked(rawRealtimeMs) : 0; in dumpCheckinLocked()5528 final Timer bleTimerBg = u.getBluetoothScanBackgroundTimer(); in dumpLocked()5529 final int countBg = bleTimerBg != null ? bleTimerBg.getCountLocked(which) : 0; in dumpLocked()5532 final long actualTimeMsBg = bleTimerBg != null ? in dumpLocked()5533 bleTimerBg.getTotalDurationMsLocked(rawRealtimeMs) : 0; in dumpLocked()5584 if (bleTimerBg != null && bleTimerBg.isRunningLocked()) { in dumpLocked()