Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java171 private long mFolderVerCounterHigh = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1376 this.mFolderVerCounterHigh = countHigh; in setFolderVerCounter()
1381 if (mFolderVerCounterHigh != INVALID_VALUE_PARAMETER in getFolderVerCounter()
1384 ret.putLong(mFolderVerCounterHigh); in getFolderVerCounter()