Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2448 long onDuration = System.currentTimeMillis() - mBluetoothStartTime; in dump() local
2450 (int)(onDuration / (1000 * 60 * 60)), in dump()
2451 (int)((onDuration / (1000 * 60)) % 60), in dump()
2452 (int)((onDuration / 1000) % 60), in dump()
2453 (int)(onDuration % 1000)); in dump()