Home
last modified time | relevance | path

Searched defs:onReady (Results 1 – 20 of 20) 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.java446 @NonNull Consumer<Rect> onReady) { in onScrollCaptureSearch()
451 @NonNull CancellationSignal signal, @NonNull Runnable onReady) { in onScrollCaptureStart()
461 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd()
/cts/tests/tests/voiceinteraction/service/aidl/android/voiceinteraction/service/
DITestVoiceInteractionServiceListener.aidl29 void onReady(); in onReady() method
/cts/hostsidetests/voiceinteraction/app/aidl/com/android/cts/voiceinteraction/
DITestVoiceInteractionServiceListener.aidl29 void onReady(); in onReady() method
/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.java36 public void onReady() { in onReady() method in MainInteractionService
DProxyVoiceInteractionService.java143 public void onReady() { in onReady() method in ProxyVoiceInteractionService
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionService.java52 public void onReady() { in onReady() method in MainInteractionService
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsSmsImpl.java66 public void onReady() { in onReady() method in TestImsSmsImpl
DTestImsService.java100 void onReady(); in onReady() method
/cts/tests/tests/car/src/android/car/cts/
DCarTest.java228 void onReady(Car car); in onReady() method
/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
DCtsIntelligenceService.java67 public void onReady() { in onReady() method in CtsIntelligenceService
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java221 public void onReady() { in onReady() method in BaseVoiceInteractionService
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DProxyVoiceInteractionService.java148 public void onReady() { in onReady() method in ProxyVoiceInteractionService
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java770 public void onReady(@NonNull WindowInsetsAnimationController controller, int types) { in onReady() method in WindowInsetsAnimationControllerTests.ControlListener
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java984 public synchronized void onReady(CameraCaptureSession session) { in testSessionParametersStateLeakByCamera() method in CameraDeviceTest.OnReadyCaptureStateCallback
DCameraExtensionSessionTest.java2648 public void onReady(); in onReady() method
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp226 static void onReady(void* obj, ACameraCaptureSession *session) { in onReady() function in CaptureSessionListener