History log of /frameworks/support/compat/src/androidTest/java/androidx/core/app/PersonTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c734cc65886276ab78384ec73f597cafd274078 05-Apr-2018 Kodlee Yin <kodlee@google.com> Use IconCompat over Bitmap in Person

Replaces Person#mIcon's bitmap with IconCompat as IconCompat >> Bitmap.

Test: ./gradlew core:connectedCheck
Bug: 77639184
Change-Id: I8b0bd32a61a709d05d7244521e8fb6852ce75132
/frameworks/support/compat/src/androidTest/java/androidx/core/app/PersonTest.java
d3bcc2e10f9b798597f11b7f198c82c716511a87 29-Mar-2018 Kodlee Yin <kodlee@google.com> Add Person class.

Adds the Person API to compat. Person provides more context into just a
name handle that's currently used across the platform (eg.
MessagingStyle.Message, etc).

Test: ./gradlew core:connectedCheck
Bug: 72057404
Change-Id: I691e1dced5b4d2d23910b76c7e15f989068518a5
/frameworks/support/compat/src/androidTest/java/androidx/core/app/PersonTest.java