Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java168 private long mFolderVerCounterHigh = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1005 this.mFolderVerCounterHigh = countHigh; in setFolderVerCounter()
1010 if (mFolderVerCounterHigh != INVALID_VALUE_PARAMETER in getFolderVerCounter()
1013 ret.putLong(mFolderVerCounterHigh); in getFolderVerCounter()