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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java178 private long mFilterMsgHandle = INVALID_VALUE_PARAMETER; field in class:BluetoothMapAppParams
1018 mFilterMsgHandle = BluetoothMapUtils.getLongFromString(handle);
1025 return mFilterMsgHandle;
1030 if(mFilterMsgHandle != INVALID_VALUE_PARAMETER) {
1031 str = BluetoothMapUtils.getLongAsString(mFilterMsgHandle);

Completed in 133 milliseconds