Home
last modified time | relevance | path

Searched refs:ExecutionException (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java28 import java.util.concurrent.ExecutionException;
324 } catch (ExecutionException e) { in AsyncTask()
507 public final Result get() throws InterruptedException, ExecutionException { in get()
527 ExecutionException, TimeoutException { in get()
/development/tools/
Dmonkey59 class ExecutionException(Exception): class
86 raise ExecutionException("adb: %s returned %s" % (cmd, result))
123 raise ExecutionException("adb: %s returned %s" % (cmd, ex.returncode))
334 except ExecutionException:
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java59 import java.util.concurrent.ExecutionException;
344 } catch (InterruptedException | ExecutionException e) { in showNotification()
444 } catch (InterruptedException | ExecutionException e) { in sendDataToWearable()