Searched refs:mConvoListingVerCounterHigh (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java165 private long mConvoListingVerCounterHigh = INVALID_VALUE_PARAMETER; field in class:BluetoothMapAppParams
964 this.mConvoListingVerCounterHigh = countHigh;
969 if(mConvoListingVerCounterHigh != INVALID_VALUE_PARAMETER &&
972 ret.putLong(mConvoListingVerCounterHigh);

Completed in 83 milliseconds