Home
last modified time | relevance | path

Searched refs:doCallback (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DActionReplacingCallback.java178 boolean doCallback = false; in replaceInfoActionsAndCallService()
180 doCallback = mReplacementNodeIsReadyOrFailed in replaceInfoActionsAndCallService()
182 if (doCallback && mNodeFromOriginalWindow != null) { in replaceInfoActionsAndCallService()
188 if (doCallback) { in replaceInfoActionsAndCallService()
201 boolean doCallback = false; in replaceInfosActionsAndCallService()
203 doCallback = mReplacementNodeIsReadyOrFailed in replaceInfosActionsAndCallService()
205 if (doCallback) { in replaceInfosActionsAndCallService()
210 if (doCallback) { in replaceInfosActionsAndCallService()
223 boolean doCallback = false; in replacePrefetchInfosActionsAndCallService()
225 doCallback = mReplacementNodeIsReadyOrFailed in replacePrefetchInfosActionsAndCallService()
[all …]
/frameworks/base/core/java/android/security/
DConfirmationPrompt.java105 private void doCallback(int responseCode, byte[] dataThatWasConfirmed, in doCallback() method in ConfirmationPrompt
142 doCallback(result, dataThatWasConfirmed, callback);
146 doCallback(result, dataThatWasConfirmed, callback);
/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl63 …void doCallback(IBinderRpcCallback callback, boolean isOneway, boolean delayed, @utf8InCpp String … in doCallback() method
DbinderRpcTestCommon.h375 Status doCallback(const sp<IBinderRpcCallback>& callback, bool oneway, bool delayed, in doCallback() function
384 Status status = doCallback(callback, oneway, false, value); in doCallback()
399 return doCallback(callback, oneway, delayed, value); in doCallbackAsync()
DbinderRpcUniversalTests.cpp474 proc.rootIface->doCallback(cb, callbackIsOneway, delayed, kTestString)); in TEST_P()
504 Status status = proc.rootIface->doCallback(cb, true /*oneway*/, false /*delayed*/, "anything"); in TEST_P()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java782 doCallback(cb, reschedule, null); in doAcknowledgeStopMessage()
786 doCallback(cb, ongoing, "finished start"); in doAcknowledgeStartMessage()
1132 void doCallback(JobCallback cb, boolean reschedule, String reason) { in doCallback() method in JobServiceContext
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java970 public final void closePanel(PanelFeatureState st, boolean doCallback) { in closePanel() argument
972 if (doCallback && st.featureId == FEATURE_OPTIONS_PANEL && in closePanel()
988 if (doCallback) { in closePanel()
/frameworks/base/services/
Dart-profile4354 HSPLcom/android/server/job/JobServiceContext;->doCallback(Lcom/android/server/job/JobServiceContext…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47265 Landroid/security/ConfirmationPrompt;->doCallback(I[BLandroid/security/ConfirmationCallback;)V