Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DCustomizedMetadataEntity.java28 public byte[] main_icon; field in CustomizedMetadataEntity
54 .append(metadataToString(main_icon)) in toString()
DMetadata.java166 publicMetadata.main_icon = value; in setCustomizedMeta()
223 value = publicMetadata.main_icon; in getCustomizedMeta()
279 if (publicMetadata.main_icon != null) { in getChangedCustomizedMeta()