Home
last modified time | relevance | path

Searched defs:onError (Results 1 – 22 of 22) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCameraUtils.java83 public void onError(CameraDevice cameraDevice, int error) { in onError() method in CameraUtils.CameraCallback
/cts/tests/tests/media/src/android/media/cts/
DMediaBrowserTest.java559 public void onError(String id) { in onError() method in MediaBrowserTest.StubSubscriptionCallback
564 public void onError(String id, Bundle options) { in onError() method in MediaBrowserTest.StubSubscriptionCallback
585 public void onError(String id) { in onError() method in MediaBrowserTest.StubItemCallback
DResourceManagerTestActivityBase.java56 public void onError(MediaCodec codec, MediaCodec.CodecException e) { in onError() method in ResourceManagerTestActivityBase.TestCodecCallback
DMediaSession2TestBase.java247 public void onError(MediaController2 controller, int errorCode, Bundle extras) { in onError() method in MediaSession2TestBase.TestControllerCallback
DMediaSyncTest.java743 public void onError(MediaCodec codec, MediaCodec.CodecException e) { in onError() method in MediaSyncTest.Decoder
DMediaBrowser2Test.java567 public void onError(MediaController2 controller, int errorCode, Bundle extras) { in onError() method in MediaBrowser2Test.TestBrowserCallback
DMediaCodecTest.java727 public void onError(MediaCodec codec, CodecException e) { in onError() method in MediaCodecTest.ReleaseAfterFlushCallback
DEncodeVirtualDisplayWithCompositionTest.java587 public void onError(String errorMessage); in onError() method
DVideoEncoderTest.java614 public void onError(MediaCodec mediaCodec, MediaCodec.CodecException e) { in onError() method in VideoEncoderTest.VideoProcessor
846 public void onError(MediaCodec mediaCodec, MediaCodec.CodecException e) { in onError() method in VideoEncoderTest.SurfaceVideoProcessor
/cts/tests/tests/telephony/src/android/telephony/embms/cts/
DMbmsStreamingTestBase.java40 public void onError(int errorCode, @Nullable String message) { in onError() method in MbmsStreamingTestBase.TestCallback
DMbmsDownloadTestBase.java61 public void onError(int errorCode, @Nullable String message) { in onError() method in MbmsDownloadTestBase.TestCallback
DMbmsStreamingServiceTest.java45 public void onError(int errorCode, @Nullable String message) { in onError() method in MbmsStreamingServiceTest.TestStreamingServiceCallback
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java153 public void onError(int error, android.hardware.Camera camera) { in onError() method in MediaRecorderStressTest.CameraErrorCallback
160 public void onError(MediaRecorder mr, int what, int extra) { in onError() method in MediaRecorderStressTest.RecorderErrorCallback
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java207 public void onError(String utteranceId) { in onError() method in TextToSpeechWrapper.UtteranceWaitListener
218 public void onError(String utteranceId, int errorCode) { in onError() method in TextToSpeechWrapper.UtteranceWaitListener
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java177 public void onError(int error) { in onError() method in NetworkScanApiTest.NetworkScanCallbackImpl
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java102 public void onError(CameraDevice cameraDevice, int i) { in onError() method in CameraEvictionTest.StateCallbackImpl
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java319 public void onError(int error, Camera camera) { in onError() method in CameraTest.TestErrorCallback
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java581 public void onError(CameraDevice camera, int error) { in testChainedOperation() method in CameraDeviceTest.ChainedCameraListener
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java970 public boolean onError(MediaPlayer mp, int newWhat, int extra) { in onError() method in StagefrightTest.MediaPlayerCrashListener
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputServiceTest.java1417 public void onError(int error) { in onError() method in TvInputServiceTest.StubRecordingCallback
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp121 static void onError(void* obj, ACameraDevice* device, int errorCode) { in onError() function in CameraDeviceListener
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1554 public void onError(CameraDevice camera, int error) { in onError() method in CameraTestUtils.MockStateCallback