OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accountmanagerresponse
(Results
1 - 25
of
50
) sorted by null
1
2
/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;
AbstractAccountAuthenticator.java
96
* may choose to return null and then use the
AccountManagerResponse
to send the result
104
* When writing an activity to satisfy these requests one must pass in the
AccountManagerResponse
[
all
...]
AccountManager.java
227
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
/prebuilts/misc/common/robolectric/lib/
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
android-all-4.1.2_r1-robolectric-0-sources.jar
android-all-4.2.2_r1.2-robolectric-0-sources.jar
android-all-4.3_r2-robolectric-0-sources.jar
android-all-4.4_r1-robolectric-1-sources.jar
android-all-5.0.0_r2-robolectric-1-sources.jar
android-all-6.0.0_r1-robolectric-0-sources.jar
/frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java
26
import android.accounts.
AccountManagerResponse
;
[
all
...]
/frameworks/base/api/
current.txt
[
all
...]
system-current.txt
[
all
...]
test-current.txt
[
all
...]
/frameworks/opt/setupwizard/tools/docs/
android-22.txt
[
all
...]
/prebuilts/sdk/api/
10.xml
[
all
...]
11.xml
[
all
...]
12.xml
[
all
...]
13.xml
[
all
...]
Completed in 721 milliseconds
1
2