History log of /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/LogoUtilsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
88f55486bbe1a54dda0c159d3e5ec078f089f104 26-Feb-2016 Nicolas Prevot <nprevot@google.com> Fix the case where the expected logo is resized.

When testing that if we don't save a logo, we get the default
one: the issue is that the default one may have been resized.
So test that we get the default logo resized.

BUG:27353386
Change-Id: I6350cdbefea84a61714aa527082c2806939ce907
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/LogoUtilsTest.java
9f3871ea3236644115bbb1f1660bcf3a5c111965 18-Feb-2016 Nicolas Prevot <nprevot@google.com> In ManagedProvisioning, change circle logo to briefcase.

BUG:27216488
Change-Id: I356f209caaf4f74503f240f411a3ddd27302c8bd
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/LogoUtilsTest.java
bdd62865ec624b214549fe9b370a89a8f306e49a 08-Feb-2016 Nicolas Prevot <nprevot@google.com> Don't always decode the full logo passed to ManagedProvisioning.

The logo passed to ManagedProvisioning may be too big to fit in
memmory. Instead of decoding the full logo, only decode a subsample
depending on the actual dimensions we'll show.

BUG:26503982
Change-Id: I3b7c257d09ee05b20525784e9e149431fcc350d5
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/LogoUtilsTest.java