Home
last modified time | relevance | path

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

/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.java37 public void onReady() { in onReady() method in MainInteractionService
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionService.java51 public void onReady() { in onReady() method in MainInteractionService
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsSmsImpl.java63 public void onReady() { in onReady() method in TestImsSmsImpl
DTestImsService.java76 void onReady(); in onReady() method
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java949 public synchronized void onReady(CameraCaptureSession session) { in testSessionParametersStateLeakByCamera() method in CameraDeviceTest.OnReadyCaptureStateCallback
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp180 static void onReady(void* obj, ACameraCaptureSession *session) { in onReady() function in CaptureSessionListener