OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mResponse
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Email/src/com/android/exchange/
MeetingResponseRequest.java
23
public int
mResponse
;
27
mResponse
= response;
EasSyncService.java
[
all
...]
/frameworks/base/core/java/android/accounts/
AccountManagerResponse.java
29
private IAccountManagerResponse
mResponse
;
33
mResponse
= response;
38
mResponse
=
44
mResponse
.onResult(result);
52
mResponse
.onError(errorCode, errorMessage);
65
dest.writeStrongBinder(
mResponse
.asBinder());
AccountManager.java
406
mService.hasFeatures(
mResponse
, account, features);
450
mService.getAccountsByFeatures(
mResponse
, type, features);
518
mService.removeAccount(
mResponse
, account);
[
all
...]
AccountManagerService.java
[
all
...]
/frameworks/base/core/java/android/bluetooth/
AtCommandResult.java
46
private StringBuilder
mResponse
; // Response with CRLF line breaks
55
mResponse
= new StringBuilder();
76
appendWithCrlf(
mResponse
, response);
87
appendWithCrlf(
mResponse
, result.
mResponse
.toString());
96
StringBuilder result = new StringBuilder(
mResponse
.toString());
/cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java
34
private AccountAuthenticatorResponse
mResponse
;
56
return
mResponse
;
80
mResponse
= null;
109
this.
mResponse
= response;
125
this.
mResponse
= response;
141
this.
mResponse
= response;
154
this.
mResponse
= response;
171
this.
mResponse
= response;
196
this.
mResponse
= response;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java
81
private final DeviceChooserResponse
mResponse
;
245
mResponse
= response;
314
mResponse
.setAvdToLaunch(mPreferredAvdSelector.getSelected());
416
mResponse
.setAvdToLaunch(mPreferredAvdSelector.getSelected());
572
if (device ==
mResponse
.getDeviceToUse()) {
600
okButton.setEnabled(
mResponse
.getDeviceToUse() != null &&
601
mResponse
.getDeviceToUse().isOnline());
603
okButton.setEnabled(
mResponse
.getAvdToLaunch() != null);
645
mResponse
.setDeviceToUse(device);
725
mResponse
.setAvdToLaunch(null)
[
all
...]
Completed in 1327 milliseconds