Home
last modified time | relevance | path

Searched defs:onReady (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMockScrollCaptureCallback.java40 @NonNull Consumer<Rect> onReady) { in onScrollCaptureSearch()
47 @NonNull CancellationSignal signal, @NonNull Runnable onReady) { in onScrollCaptureStart()
61 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd()
DViewGroup_ScrollCaptureTest.java444 @NonNull Consumer<Rect> onReady) { in onScrollCaptureSearch()
449 @NonNull CancellationSignal signal, @NonNull Runnable onReady) { in onScrollCaptureStart()
459 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd()
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionService.java33 public void onReady() { in onReady() method in MainInteractionService
/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
DMyInteractionService.java48 public void onReady() { in onReady() method in MyInteractionService
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DAssistantVoiceInteractionService.java36 public void onReady() { in onReady() method in AssistantVoiceInteractionService
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionService.java41 public void onReady() { in onReady() method in MainInteractionService
DBasicVoiceInteractionService.java68 public void onReady() { in onReady() method in BasicVoiceInteractionService
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionService.java52 public void onReady() { in onReady() method in MainInteractionService
/cts/tests/tests/car/src/android/car/cts/
DCarTest.java127 void onReady(Car car); in onReady() method
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsSmsImpl.java63 public void onReady() { in onReady() method in TestImsSmsImpl
DTestImsService.java86 void onReady(); in onReady() method
/cts/tests/tests/permission4/AppThatAccessesCameraAndMic/src/android/permission4/cts/appthataccessescameraandmic/
DAccessCameraOrMicActivity.kt132 override fun onReady(session: CameraCaptureSession) {} in onOpened() method
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationControllerTests.java655 public void onReady(@NonNull WindowInsetsAnimationController controller, int types) { in onReady() method in WindowInsetsAnimationControllerTests.ControlListener
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java970 public synchronized void onReady(CameraCaptureSession session) { in testSessionParametersStateLeakByCamera() method in CameraDeviceTest.OnReadyCaptureStateCallback
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp223 static void onReady(void* obj, ACameraCaptureSession *session) { in onReady() function in CaptureSessionListener