Searched defs:onReady (Results 1 - 10 of 10) 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/hardware/camera2/impl/
H A DCallbackProxies.java166 public void onReady(CameraCaptureSession session) { method in class:CallbackProxies.SessionStateCallbackProxy
167 mProxy.invoke("onReady", session);
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java269 public void onReady(CameraCaptureSession session) { method in class:CameraConstrainedHighSpeedCaptureSessionImpl.WrapperCallback
270 mCallback.onReady(CameraConstrainedHighSpeedCaptureSessionImpl.this);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java460 * and is in ready state, wait for the {@link StateCallback#onReady} callback after
487 * either completed or thrown away, the {@link StateCallback#onReady} callback will be called,
580 * {@link #onReady} right after this callback.</p>
617 public void onReady(@NonNull CameraCaptureSession session) { method in class:CameraCaptureSession.StateCallback
628 * <p>If the session runs out of capture requests to process and calls {@link #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/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 DRuimRecords.java602 onReady();
806 public void onReady() { method in class:RuimRecords
H A DIccRecords.java179 public abstract void onReady(); method in class:IccRecords
H A DSIMRecords.java628 onReady();
1507 public void onReady() { method in class:SIMRecords

Completed in 2790 milliseconds