Searched refs:BadStateException (Results 1 – 10 of 10) sorted by relevance
70 public Player build() throws BadStateException { in build()75 throw new BadStateException(); in build()96 throw new BadStateException(); in build()106 public class BadStateException extends Throwable { class in PlayerBuilder
84 public Recorder build() throws BadStateException { in build()86 throw new BadStateException(); in build()107 throw new BadStateException(); in build()117 public class BadStateException extends Throwable { class in RecorderBuilder
76 } catch (PlayerBuilder.BadStateException ex) { in setupPlayer()
88 } catch (PlayerBuilder.BadStateException ex) { in onCreate()
83 } catch (RecorderBuilder.BadStateException ex) { in onCreate()
119 } catch (RecorderBuilder.BadStateException badStateException) { in runAudioTest()
176 } catch (PlayerBuilder.BadStateException badStateException) { in runAudioTest()
564 } catch (PlayerBuilder.BadStateException badStateException) { in startAudio()588 } catch (RecorderBuilder.BadStateException badStateException) { in startAudio()
386 } catch (PlayerBuilder.BadStateException ex) { in setupPlayer()
175 } catch (RecorderBuilder.BadStateException ex) { in buildStreams()200 } catch (PlayerBuilder.BadStateException ex) { in buildStreams()