Searched defs:AccountManagerResponse (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java28 public class AccountManagerResponse implements Parcelable { class in inherits:Parcelable
32 public AccountManagerResponse(IAccountManagerResponse response) { method in class:AccountManagerResponse
37 public AccountManagerResponse(Parcel parcel) { method in class:AccountManagerResponse
69 public static final Creator<AccountManagerResponse> CREATOR =
70 new Creator<AccountManagerResponse>() {
71 public AccountManagerResponse createFromParcel(Parcel source) {
72 return new AccountManagerResponse(source);
75 public AccountManagerResponse[] newArray(int size) {
76 return new AccountManagerResponse[size];

Completed in 3188 milliseconds