Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java90 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in addAccount() local
144 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in confirmCredentials() local
207 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in getAuthToken() local
268 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in updateCredentials() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
DCtsRootDeviceSetup.java81 String errorCode = device.installPackage(ctsBuild.getTestApp(DEVICE_ADMIN_APK_FILE_NAME), in enableDeviceAdmin() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsInstrumentationApkTest.java96 String errorCode = null; in run() local
DCtsTest.java1043 String errorCode = getDevice().installPackage(apkFile, true, options); in installPrerequisiteApks() local
DDeqpTestRunner.java1814 String errorCode = getDevice().installPackage(apkFile, true, options); in installTestApk() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DScanCallbackTest.java104 public void onScanFailed(int errorCode) { in onScanFailed()
/cts/tests/tests/net/src/android/net/wifi/cts/
DNsdManagerTest.java139 EventData(String callbackName, int errorCode) { in EventData()
153 private void setEvent(String callbackName, int errorCode) { in setEvent()
/cts/tests/tests/graphics/src/android/opengl/cts/
DEglContextTest.java156 int errorCode; in checkGlError() local
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java449 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { in sendSimpleReplyHeader()
454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java248 int errorCode = listener.getErrorCode(); in testPartialResult() local
656 private int errorCode = 0; field in CaptureResultTest.TotalAndPartialResultListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerService.java223 public void onScanFailed(int errorCode) { in onScanFailed()
DBleAdvertiserService.java291 public void onStartFailure(int errorCode) { in onStartFailure()
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java197 public void onError(String utteranceId, int errorCode) { in onError()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java933 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError()
DWebViewClientTest.java693 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp118 static void onError(void* obj, ACameraDevice* device, int errorCode) { in onError()