Home | History | Annotate | Download | only in device

Lines Matching defs:IOException

71 import java.io.IOException;
217 * @throws IOException, TimeoutException, AdbCommandRejectedException,
221 public boolean run() throws IOException, TimeoutException, AdbCommandRejectedException,
238 public boolean run() throws TimeoutException, IOException {
242 throw new IOException();
247 throw new IOException();
267 public boolean run() throws TimeoutException, IOException {
270 throw new IOException(mResult.getStderr());
418 IOException, TimeoutException, AdbCommandRejectedException,
427 if (e.getCause() instanceof IOException) {
428 throw (IOException)e.getCause();
437 throw new IOException(e);
609 public boolean run() throws TimeoutException, IOException,
628 public boolean run() throws TimeoutException, IOException, AdbCommandRejectedException,
652 throws TimeoutException, IOException, AdbCommandRejectedException,
720 throws IOException, TimeoutException, AdbCommandRejectedException,
897 public boolean run() throws TimeoutException, IOException, AdbCommandRejectedException,
935 } catch (IOException e) {
936 CLog.w("Encountered IOException while trying to pull '%s':", remoteFilePath);
956 } catch (IOException e) {
1000 throws TimeoutException, IOException, AdbCommandRejectedException,
1007 throw new IOException("SyncService returned null.");
1053 } catch (IOException e) {
1312 public boolean run() throws IOException, TimeoutException, AdbCommandRejectedException,
1317 throw new IOException("Could not get file listing service");
1476 public boolean run() throws TimeoutException, IOException, AdbCommandRejectedException,
1530 public boolean run() throws TimeoutException, IOException, AdbCommandRejectedException,
1806 } catch (IOException e) {
2012 } catch (IOException|AdbCommandRejectedException|
2034 } catch (IOException e) {
2105 } catch (IOException e) {
2201 } catch (IOException e) {
2259 } catch (IOException e) {
2747 public boolean run() throws TimeoutException, IOException,
3333 } catch (IOException e) {
3919 } catch (IOException | TimeoutException | AdbCommandRejectedException |