Home
last modified time | relevance | path

Searched refs:onDuration (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java2391 long onDuration = SystemClock.elapsedRealtime() - mLastEnabledTime; in dump() local
2396 (int) (onDuration / (1000 * 60 * 60)), in dump()
2397 (int) ((onDuration / (1000 * 60)) % 60), in dump()
2398 (int) ((onDuration / 1000) % 60), in dump()
2399 (int) (onDuration % 1000)); in dump()