Home
last modified time | relevance | path

Searched refs:BadStateException (Results 1 – 9 of 9) sorted by relevance

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DPlayerBuilder.java39 public Player build() throws BadStateException { in build()
41 throw new BadStateException(); in build()
62 throw new BadStateException(); in build()
68 public class BadStateException extends Throwable { class in PlayerBuilder
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DRecorderBuilder.java47 public Recorder build() throws BadStateException { in build()
49 throw new BadStateException(); in build()
70 throw new BadStateException(); in build()
76 public class BadStateException extends Throwable { class in RecorderBuilder
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/duplex/
DDuplexAudioManager.java92 } catch (RecorderBuilder.BadStateException ex) { in setupStreams()
114 } catch (PlayerBuilder.BadStateException ex) { in setupStreams()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralPlayerActivity.java66 } catch (PlayerBuilder.BadStateException ex) { in setupPlayer()
DAudioInputRoutingNotificationsActivity.java136 } catch (RecorderBuilder.BadStateException ex) { in onCreate()
DAudioOutputRoutingNotificationsActivity.java138 } catch (PlayerBuilder.BadStateException ex) { in onCreate()
DAudioInColdStartLatencyActivity.java135 } catch (RecorderBuilder.BadStateException badStateException) { in startAudioTest()
DAudioOutColdStartLatencyActivity.java184 } catch (PlayerBuilder.BadStateException badStateException) { in startAudioTest()
DAnalogHeadsetAudioActivity.java348 } catch (PlayerBuilder.BadStateException ex) { in setupPlayer()