/frameworks/base/core/java/android/accounts/ |
D | AccountManagerResponse.java | 29 private IAccountManagerResponse mResponse; field in AccountManagerResponse 33 mResponse = response; in AccountManagerResponse() 38 mResponse = in AccountManagerResponse() 44 mResponse.onResult(result); in onResult() 52 mResponse.onError(errorCode, errorMessage); in onError() 65 dest.writeStrongBinder(mResponse.asBinder()); in writeToParcel()
|
D | AccountManager.java | 733 mService.getAuthTokenLabel(mResponse, accountType, authTokenType); in getAuthTokenLabel() 777 mService.hasFeatures(mResponse, account, features, mContext.getOpPackageName()); 837 mService.getAccountsByFeatures(mResponse, type, features, 1098 mService.renameAccount(mResponse, account, newName); 1162 mService.removeAccount(mResponse, account, false); 1221 mService.removeAccount(mResponse, account, activity != null); 1242 mService.removeAccountAsUser(mResponse, account, false, userHandle.getIdentifier()); 1268 mService.removeAccountAsUser(mResponse, account, activity != null, 1586 mService.getAuthToken(mResponse, account, authTokenType, 1757 mService.getAuthToken(mResponse, account, authTokenType, [all …]
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | ViewState.java | 82 private FillResponse mResponse; field in ViewState 136 return mResponse; in getResponse() 140 mResponse = response; in setResponse() 204 if (mResponse != null) { in maybeCallOnFillReady() 205 if (mResponse.getDatasets() != null || mResponse.getAuthentication() != null) { in maybeCallOnFillReady() 206 mListener.onFillReady(mResponse, this.id, mCurrentValue); in maybeCallOnFillReady() 240 if (mResponse != null) { in dump() 241 pw.print(prefix); pw.print("response id:");pw.println(mResponse.getRequestId()); in dump()
|
/frameworks/base/core/java/android/hardware/location/ |
D | ContextHubTransaction.java | 180 private ContextHubTransaction.Response<T> mResponse; field in ContextHubTransaction 264 return mResponse; in waitForResponse() 305 mExecutor.execute(() -> mListener.onComplete(this, mResponse)); in setOnCompleteListener() 349 mResponse = response; in setResponse() 354 mExecutor.execute(() -> mListener.onComplete(this, mResponse)); in setResponse()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 341 newSession = mResponse.getParameter(1); in openSession() 509 mLastSendObjectInfoObjectHandle = mResponse.getParameter(3); in sendObjectInfo() 510 info->mStorageID = mResponse.getParameter(1); in sendObjectInfo() 511 info->mParent = mResponse.getParameter(2); in sendObjectInfo() 512 info->mHandle = mResponse.getParameter(3); in sendObjectInfo() 711 mResponse.copyFrom(mData); in readData() 712 return mResponse.getResponseCode() == MTP_RESPONSE_OK; in readData() 877 mResponse.copyFrom(mData); in readData() 894 return mResponse.getResponseCode(); in readResponse() 896 int ret = mResponse.read(mRequestIn1); in readResponse() [all …]
|
D | MtpServer.cpp | 224 mResponse.setTransactionID(transaction); in run() 225 ALOGV("sending response %04X", mResponse.getResponseCode()); in run() 226 ret = mResponse.write(mHandle); in run() 332 mResponse.reset(); in handleRequest() 456 mResponse.setResponseCode(response); in handleRequest() 507 mResponse.setParameter(1, mSessionID); in doOpenSession() 612 mResponse.setParameter(1, count); in doGetNumObjects() 615 mResponse.setParameter(1, 0); in doGetNumObjects() 887 mResponse.setParameter(1, length); in doGetPartialObject() 1002 mResponse.setParameter(1, storageID); in doSendObjectInfo() [all …]
|
D | MtpServer.h | 62 MtpResponsePacket mResponse; variable
|
D | MtpDevice.h | 57 MtpResponsePacket mResponse; variable
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | EventManager.java | 101 String mResponse; field in EventManager.TimedEventPair 107 this.mResponse = response; in TimedEventPair() 113 this.mResponse = response; in TimedEventPair() 217 pendingResponses.put(p.mResponse, new PendingResponse(event.eventId, in extractEventTimings()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | SystemTextClassifier.java | 300 private T mResponse; field in SystemTextClassifier.ResponseReceiver 307 mResponse = response; in onSuccess() 333 return mResponse; in get()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 840 this.mResponse = response; in SetOnClickResponse() 845 mResponse = new RemoteResponse(); in SetOnClickResponse() 846 mResponse.readFromParcel(parcel); in SetOnClickResponse() 851 mResponse.writeToParcel(dest, flags); in writeToParcel() 859 if (mResponse.mPendingIntent != null) { in apply() 875 target.setTagInternal(R.id.pending_intent_tag, mResponse.mPendingIntent); in apply() 876 } else if (mResponse.mFillIntent != null) { in apply() 886 target.setTagInternal(com.android.internal.R.id.fillInIntent, mResponse); in apply() 894 target.setOnClickListener(v -> mResponse.handleViewClick(v, handler)); in apply() 902 final RemoteResponse mResponse; field in RemoteViews.SetOnClickResponse
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3395 response = mResponse; in onResult() 4670 IAccountManagerResponse mResponse; 4707 mResponse = response; 4722 mResponse = null; 4729 if (mResponse == null) { 4733 IAccountManagerResponse response = mResponse; 4792 if (mResponse != null) { 4794 mResponse.asBinder().unlinkToDeath(this, 0 /* flags */); 4797 mResponse = null; 4805 mResponse = null; [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 377 Landroid/accounts/AccountManager$BaseFutureTask;->mResponse:Landroid/accounts/IAccountManagerRespon… 440 Landroid/accounts/AccountManagerResponse;->mResponse:Landroid/accounts/IAccountManagerResponse; 25697 Landroid/hardware/location/ContextHubTransaction;->mResponse:Landroid/hardware/location/ContextHubT… 82317 Landroid/view/textclassifier/SystemTextClassifier$ResponseReceiver;->mResponse:Ljava/lang/Object;
|