Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DExceptionsTest.java27 CarNotConnectedException exception = new CarNotConnectedException(); in testCarNotConnectedException() local
44 CarNotSupportedException exception = new CarNotSupportedException(); in testCarNotSupportedException() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManager_NameNotFoundExceptionTest.java27 PackageManager.NameNotFoundException exception = new PackageManager.NameNotFoundException(); in testNameNotFoundException() local
/cts/tools/dasm/src/dasm/
DDasmCatchBuilder.java62 UnprocessedCatch(String exception, String from, String to, in UnprocessedCatch()
82 void add(String exception, String branch) { in add()
149 public void add(String exception, String start, String end, String branch) { in add()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceInfo.java133 private void error(String message, Throwable exception) { in error()
/cts/tests/tests/os/src/android/os/cts/
DAsyncTaskTest.java148 public Exception exception; field in AsyncTaskTest.MyAsyncTask
/cts/tests/tests/media/src/android/media/cts/
DMidiSoloTest.java171 IOException exception = null; in testMidiReceiverException() local
DExtractDecodeEditEncodeMuxTest.java298 Exception exception = null; in extractDecodeEditEncodeMux() local
DVp8CodecTestBase.java968 final Exception[] exception = new Exception[1]; in runCallable() local
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java260 private volatile Exception exception; field in LocalSocketTest.StreamReader
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
DBackupTestActivity.java222 protected void onPostExecute(Exception exception) { in onPostExecute()
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java297 public void setException(Throwable exception) { in setException()
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java1244 private static void loge(String message, Exception exception) { in loge()