OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accountmanagerresponse
(Results
1 - 9
of
9
) 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
32
private
AccountManagerResponse
mAccountManagerResponse = null;
AbstractAccountAuthenticator.java
95
* may choose to return null and then use the
AccountManagerResponse
to send the result
103
* When writing an activity to satisfy these requests one must pass in the
AccountManagerResponse
AccountManager.java
179
public static final String KEY_ACCOUNT_MANAGER_RESPONSE = "
accountManagerResponse
";
[
all
...]
/frameworks/base/api/
5.xml
[
all
...]
6.xml
[
all
...]
7.xml
[
all
...]
8.xml
[
all
...]
current.xml
[
all
...]
Completed in 85 milliseconds