Lines Matching refs:IllegalStateException

250      * @throws IllegalStateException
253 throws IllegalStateException {
256 throw(new IllegalStateException("setEnabled() called in wrong state: "+mState));
278 throw(new IllegalStateException("getEnabled() called in wrong state: "+mState));
307 * @throws IllegalStateException
310 throws IllegalStateException {
313 throw(new IllegalStateException("setCaptureSize() called in wrong state: "+mState));
324 throws IllegalStateException {
327 throw(new IllegalStateException("getCaptureSize() called in wrong state: "+mState));
339 * @throws IllegalStateException
342 throws IllegalStateException {
345 throw(new IllegalStateException("setScalingMode() called in wrong state: "
356 * @throws IllegalStateException
359 throws IllegalStateException {
362 throw(new IllegalStateException("getScalingMode() called in wrong state: "
375 * @throws IllegalStateException
378 throws IllegalStateException {
381 throw(new IllegalStateException("setMeasurementMode() called in wrong state: "
393 * @throws IllegalStateException
396 throws IllegalStateException {
399 throw(new IllegalStateException("getMeasurementMode() called in wrong state: "
411 throws IllegalStateException {
414 throw(new IllegalStateException("getSamplingRate() called in wrong state: "+mState));
429 * @throws IllegalStateException
432 throws IllegalStateException {
435 throw(new IllegalStateException("getWaveForm() called in wrong state: "+mState));
482 * @throws IllegalStateException
485 throws IllegalStateException {
488 throw(new IllegalStateException("getFft() called in wrong state: "+mState));
527 throw (new IllegalStateException("getMeasurementPeakRms() called in wrong state: "