Merge "Test: parcel marshalling for user credentials page"

This commit is contained in:
Robin Lee
2016-01-25 12:42:30 +00:00
committed by Android (Google) Code Review
2 changed files with 54 additions and 2 deletions

View File

@@ -194,8 +194,8 @@ public class UserCredentialsSettings extends InstrumentedFragment implements OnI
}
}
private static class Credential implements Parcelable {
private static enum Type {
static class Credential implements Parcelable {
static enum Type {
CA_CERTIFICATE (Credentials.CA_CERTIFICATE),
USER_CERTIFICATE (Credentials.USER_CERTIFICATE),
USER_PRIVATE_KEY (Credentials.USER_PRIVATE_KEY),