Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java108 private Timestamp mBondTimestamp; field in CachedBluetoothDevice
1003 mBondTimestamp = null; in onBondingStateChanged()
1009 mBondTimestamp = new Timestamp(System.currentTimeMillis()); in onBondingStateChanged()
1022 return mBondTimestamp; in getBondTimestamp()