Searched refs:onReady (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionService.java66 public void onReady() { method in class:MainInteractionService
67 super.onReady();
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java108 onReady();
194 throw new IllegalStateException("Not available until onReady() is called");
223 public void onReady() { method in class:VoiceInteractionService
270 throw new IllegalStateException("Not available until onReady() is called");
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java502 * and is in ready state, wait for the {@link StateCallback#onReady} callback after
529 * either completed or thrown away, the {@link StateCallback#onReady} callback will be called,
622 * {@link #onReady} right after this callback.</p>
659 public void onReady(@NonNull CameraCaptureSession session) { method in class:CameraCaptureSession.StateCallback
670 * <p>If the session runs out of capture requests to process and calls {@link #onReady},
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java274 public void onReady(CameraCaptureSession session) { method in class:CameraConstrainedHighSpeedCaptureSessionImpl.WrapperCallback
275 mCallback.onReady(CameraConstrainedHighSpeedCaptureSessionImpl.this);
H A DCallbackProxies.java166 public void onReady(CameraCaptureSession session) { method in class:CallbackProxies.SessionStateCallbackProxy
167 mProxy.invoke("onReady", session);
H A DCameraCaptureSessionImpl.java567 mStateCallback.onReady(session);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java188 public void onReady(CameraCaptureSession session) { method in class:BlockingSessionCallback
191 mProxy.onReady(session);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java119 onReady();
464 public void onReady() { method in class:IsimUiccRecords
H A DIccRecords.java185 public abstract void onReady(); method in class:IccRecords
H A DRuimRecords.java602 onReady();
806 public void onReady() { method in class:RuimRecords
H A DSIMRecords.java627 onReady();
1501 public void onReady() { method in class:SIMRecords

Completed in 3312 milliseconds