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.java142 private long mConnectingTimestampMs = Long.MIN_VALUE; field in HeadsetStateMachine
234 " mConnectingTimestampMs(uptimeMillis): " + mConnectingTimestampMs); in dump()
446 mConnectingTimestampMs = Long.MIN_VALUE; in enter()
566 mConnectingTimestampMs = SystemClock.uptimeMillis(); in enter()
1465 return mConnectingTimestampMs; in getConnectingTimestampMs()