OSDN Git Service

Test: parcel marshalling for user credentials page
authorRobin Lee <rgl@google.com>
Mon, 25 Jan 2016 12:24:27 +0000 (12:24 +0000)
committerRobin Lee <rgl@google.com>
Mon, 25 Jan 2016 12:27:31 +0000 (12:27 +0000)
commite26804208ce22e6118333c7f39f9d21adc1d702b
treed9fd0f0d028db20004cdddb6b1bb78308ba66ec6
parenta6420cdb578c1e9444978f0301952ae5ff4b96bb
Test: parcel marshalling for user credentials page

Unit test to verify that the internal Credential that gets passed to
dialogs for removing said credential is actually a valid Parcelable
object, since it's hard to provoke a marshal/unmarshal in real-world
usage (but not impossible).

Bug: 22541933
Change-Id: I780ca2d7b01fc6081b9ea8b2810cfc97f0433a86
src/com/android/settings/UserCredentialsSettings.java
tests/src/com/android/settings/UserCredentialsTests.java [new file with mode: 0644]