Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DCustomizedMetadataEntity.java43 public byte[] main_low_battery_threshold; field in CustomizedMetadataEntity
97 .append(metadataToString(main_low_battery_threshold)) in toString()
DMetadata.java316 publicMetadata.main_low_battery_threshold = value; in setCustomizedMeta()
413 value = publicMetadata.main_low_battery_threshold; in getCustomizedMeta()