Searched refs:ExecutionException (Results 1 – 3 of 3) sorted by relevance
28 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()
59 class ExecutionException(Exception): class86 raise ExecutionException("adb: %s returned %s" % (cmd, result))123 raise ExecutionException("adb: %s returned %s" % (cmd, ex.returncode))334 except ExecutionException:
59 import java.util.concurrent.ExecutionException;344 } catch (InterruptedException | ExecutionException e) { in showNotification()444 } catch (InterruptedException | ExecutionException e) { in sendDataToWearable()