HomeSort by relevance Sort by last modified time
    Searched defs:onReady (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionService.java 64 public void onReady() {
65 super.onReady();
  /frameworks/base/core/java/android/hardware/camera2/impl/
CallbackProxies.java 165 public void onReady(CameraCaptureSession session) {
166 mProxy.invoke("onReady", session);
  /frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java 277 * and is in ready state, wait for the {@link StateCallback#onReady} callback after
303 * completed or thrown away, the {@link StateCallback#onReady} callback will be called,
365 * {@link #onReady} right after this callback.</p>
402 public void onReady(CameraCaptureSession session) {
413 * <p>If the session runs out of capture requests to process and calls {@link #onReady},
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java 103 onReady();
140 throw new IllegalStateException("Not available until onReady() is called");
169 public void onReady() {
216 throw new IllegalStateException("Not available until onReady() is called");
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingSessionCallback.java 177 public void onReady(CameraCaptureSession session) {
179 if (mProxy != null) mProxy.onReady(session);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 118 onReady();
473 public void onReady() {
IccRecords.java 168 public abstract void onReady();
RuimRecords.java 473 onReady();
709 public void onReady() {
SIMRecords.java 591 onReady();
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 959 milliseconds