Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DCustomizedMetadataEntity.java30 public byte[] untethered_left_icon; field in CustomizedMetadataEntity
58 .append(metadataToString(untethered_left_icon)) in toString()
DMetadata.java172 publicMetadata.untethered_left_icon = value; in setCustomizedMeta()
229 value = publicMetadata.untethered_left_icon; in getCustomizedMeta()
285 if (publicMetadata.untethered_left_icon != null) { in getChangedCustomizedMeta()