Searched refs:mIsWritable (Results 1 – 1 of 1) sorted by relevance
35 private boolean mIsWritable; field in BluetoothHapPresetInfo50 this.mIsWritable = isWritable; in BluetoothHapPresetInfo()62 mIsWritable = in.readBoolean(); in BluetoothHapPresetInfo()90 return mIsWritable; in isWritable()124 dest.writeBoolean(mIsWritable); in writeToParcel()140 private boolean mIsWritable = false; field in BluetoothHapPresetInfo.Builder171 mIsWritable = isWritable; in setWritable()192 return new BluetoothHapPresetInfo(mPresetIndex, mPresetName, mIsWritable, mIsAvailable); in build()