Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DCustomizedMetadataEntity.java31 public byte[] untethered_right_icon; field in CustomizedMetadataEntity
60 .append(metadataToString(untethered_right_icon)) in toString()
DMetadata.java175 publicMetadata.untethered_right_icon = value; in setCustomizedMeta()
232 value = publicMetadata.untethered_right_icon; in getCustomizedMeta()
288 if (publicMetadata.untethered_right_icon != null) { in getChangedCustomizedMeta()