Home
last modified time | relevance | path

Searched refs:onReady (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionService.java32 public void onReady() { in onReady() method in MainInteractionService
33 super.onReady(); in onReady()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
DAssistantVoiceInteractionService.java33 public void onReady() { in onReady() method in AssistantVoiceInteractionService
34 super.onReady(); in onReady()
/cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
DMainInteractionService.java32 public void onReady() { in onReady() method in MainInteractionService
33 super.onReady(); in onReady()
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionService.java33 public void onReady() { in onReady() method in MainInteractionService
34 super.onReady(); in onReady()
/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
DMyInteractionService.java48 public void onReady() { in onReady() method in MyInteractionService
49 super.onReady(); in onReady()
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainInteractionService.java52 public void onReady() { in onReady() method in MainInteractionService
53 super.onReady(); in onReady()
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp152 static void onReady(void* obj, ACameraCaptureSession *session) { in onReady() function in CaptureSessionListener
820 CaptureSessionListener::onReady,
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java127 onReady(any(CameraCaptureSession.class)); in testBadSurfaceDimensions()