Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java393 length += getMseTime() == INVALID_VALUE_PARAMETER ? 0 : 20; in getParamMaxLength()
529 if (getMseTime() != INVALID_VALUE_PARAMETER) { in EncodeParams()
796 public long getMseTime() { in getMseTime() method in BluetoothMapAppParams
802 Date date = new Date(getMseTime()); in getMseTimeString()