Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java139 private byte[] mIconByteArray; field in NotificationMsgDelegateTest
171 mIconByteArray = stream.toByteArray(); in setUp()
731 .setAvatar(ByteString.copyFrom(mIconByteArray)) in createValidAvatarIconSync()