OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccountManagerResponse
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/accounts/
AccountManagerResponse.java
28
public class
AccountManagerResponse
implements Parcelable {
32
public
AccountManagerResponse
(IAccountManagerResponse response) {
37
public
AccountManagerResponse
(Parcel parcel) {
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];
ChooseAccountActivity.java
46
private
AccountManagerResponse
mAccountManagerResponse = null;
AccountManager.java
203
public static final String KEY_ACCOUNT_MANAGER_RESPONSE = "
accountManagerResponse
";
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 278 milliseconds