Home
last modified time | relevance | path

Searched defs:hasCallback (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DSyncExecutor.java41 public boolean hasCallback(Runnable runnable) { in hasCallback() method in SyncExecutor
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DTestShellExecutor.java46 public boolean hasCallback(Runnable r) { in hasCallback() method in TestShellExecutor
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DHandlerExecutor.java54 public boolean hasCallback(Runnable r) { in hasCallback() method in HandlerExecutor
DShellExecutor.java98 boolean hasCallback(Runnable runnable); in hasCallback() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
DUnfoldTransitionHandlerTest.java437 public boolean hasCallback(Runnable runnable) { in hasCallback() method in UnfoldTransitionHandlerTest.TestSyncExecutor
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManager.aidl44 in Rect bounds, in AutofillValue value, int userId, boolean hasCallback, int flags, in startSession()
/frameworks/av/services/camera/libcameraservice/device3/
DInFlightRequest.h144 bool hasCallback; member
DCamera3Device.cpp4111 bool hasCallback = true; in prepareHalRequests() local
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java371 @NonNull Rect virtualBounds, @Nullable AutofillValue value, boolean hasCallback, in startSessionLocked()
577 int clientUid, @NonNull IBinder clientCallback, boolean hasCallback, in createSessionByTokenLocked()
DAutofillManagerService.java1688 boolean hasCallback, int flags, ComponentName clientActivity, in startSession()
DSession.java1479 @NonNull IBinder client, boolean hasCallback, @NonNull LocalLog uiLatencyHistory, in Session()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt426 override fun hasCallback(r: Runnable): Boolean = false in <lambda>() method in com.android.wm.shell.bubbles.BubbleStackViewTest.TestShellExecutor
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp1478 bool hasCallback = true; in checkAndFireSequenceCompleteLocked() local