Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java139 private long mConnectingTimestampMs = Long.MIN_VALUE; field in HeadsetStateMachine
231 " mConnectingTimestampMs(uptimeMillis): " + mConnectingTimestampMs); in dump()
441 mConnectingTimestampMs = Long.MIN_VALUE; in enter()
560 mConnectingTimestampMs = SystemClock.uptimeMillis(); in enter()
1437 return mConnectingTimestampMs; in getConnectingTimestampMs()