Searched defs:exception (Results 1 – 12 of 12) sorted by relevance
27 CarNotConnectedException exception = new CarNotConnectedException(); in testCarNotConnectedException() local44 CarNotSupportedException exception = new CarNotSupportedException(); in testCarNotSupportedException() local
27 PackageManager.NameNotFoundException exception = new PackageManager.NameNotFoundException(); in testNameNotFoundException() local
62 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()
133 private void error(String message, Throwable exception) { in error()
148 public Exception exception; field in AsyncTaskTest.MyAsyncTask
171 IOException exception = null; in testMidiReceiverException() local
298 Exception exception = null; in extractDecodeEditEncodeMux() local
968 final Exception[] exception = new Exception[1]; in runCallable() local
260 private volatile Exception exception; field in LocalSocketTest.StreamReader
222 protected void onPostExecute(Exception exception) { in onPostExecute()
297 public void setException(Throwable exception) { in setException()
1244 private static void loge(String message, Exception exception) { in loge()