Searched refs:bleTimerBg (Results 1 – 1 of 1) sorted by relevance
3975 final Timer bleTimerBg = u.getBluetoothScanBackgroundTimer(); in dumpCheckinLocked() local3976 final int countBg = bleTimerBg != null ? bleTimerBg.getCountLocked(which) : 0; in dumpCheckinLocked()3979 final long actualTimeBg = bleTimerBg != null ? in dumpCheckinLocked()3980 bleTimerBg.getTotalDurationMsLocked(rawRealtimeMs) : 0; in dumpCheckinLocked()5421 final Timer bleTimerBg = u.getBluetoothScanBackgroundTimer(); in dumpLocked() local5422 final int countBg = bleTimerBg != null ? bleTimerBg.getCountLocked(which) : 0; in dumpLocked()5425 final long actualTimeMsBg = bleTimerBg != null ? in dumpLocked()5426 bleTimerBg.getTotalDurationMsLocked(rawRealtimeMs) : 0; in dumpLocked()5477 if (bleTimerBg != null && bleTimerBg.isRunningLocked()) { in dumpLocked()