/aosp14/frameworks/base/media/java/android/media/audiofx/ |
H A D | Visualizer.java | 286 throws IllegalStateException { in setEnabled() 343 throws IllegalStateException { in setCaptureSize() 357 throws IllegalStateException { in getCaptureSize() 375 throws IllegalStateException { in setScalingMode() 378 throw(new IllegalStateException("setScalingMode() called in wrong state: " in setScalingMode() 392 throws IllegalStateException { in getScalingMode() 411 throws IllegalStateException { in setMeasurementMode() 429 throws IllegalStateException { in getMeasurementMode() 444 throws IllegalStateException { in getSamplingRate() 467 throws IllegalStateException { in getWaveForm() [all …]
|
H A D | EnvironmentalReverb.java | 149 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in setRoomLevel() 162 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getRoomLevel() 178 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in setRoomHFLevel() 191 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getRoomHFLevel() 205 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in setDecayTime() 218 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getDecayTime() 234 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in setDecayHFRatio() 247 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getDecayHFRatio() 263 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in setReflectionsLevel() 276 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getReflectionsLevel() [all …]
|
H A D | Equalizer.java | 137 throws IllegalStateException, IllegalArgumentException, in Equalizer() 176 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getNumberOfBands() 198 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getBandLevelRange() 216 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in setBandLevel() 236 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getBandLevel() 258 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getCenterFreq() 280 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getBandFreqRange() 299 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getBand() 318 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getCurrentPreset() 334 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in usePreset() [all …]
|
H A D | AudioEffect.java | 697 throws IllegalStateException { in setParameter() 724 throws IllegalStateException { in setParameter() 739 throws IllegalStateException { in setParameter() 753 throws IllegalStateException { in setParameter() 779 throws IllegalStateException { in setParameter() 806 throws IllegalStateException { in setParameter() 835 throws IllegalStateException { in getParameter() 849 throws IllegalStateException { in getParameter() 865 throws IllegalStateException { in getParameter() 897 throws IllegalStateException { in getParameter() [all …]
|
H A D | LoudnessEnhancer.java | 78 throws IllegalStateException, IllegalArgumentException, in LoudnessEnhancer() 104 throws IllegalStateException, IllegalArgumentException, in LoudnessEnhancer() 123 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in setTargetGain() 135 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getTargetGain() 269 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in getProperties() 287 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { in setProperties()
|
/aosp14/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
H A D | FrontendStatus.java | 580 throw new IllegalStateException("Snr status is empty"); in getSnr() 591 throw new IllegalStateException("Ber status is empty"); in getBer() 603 throw new IllegalStateException("Per status is empty"); in getPer() 691 throw new IllegalStateException("PlpId status is empty"); in getPlpId() 700 throw new IllegalStateException("Ewbs status is empty"); in isEwbs() 711 throw new IllegalStateException("Agc status is empty"); in getAgc() 720 throw new IllegalStateException("LnaOn status is empty"); in isLnaOn() 743 throw new IllegalStateException("Mer status is empty"); in getMer() 813 throw new IllegalStateException("Bers status is empty"); in getBers() 898 throw new IllegalStateException("Uec status is empty"); in getUec() [all …]
|
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Event.java | 172 throw new IllegalStateException("Unrecognized command: " + command); in setCommand() 221 throw new IllegalStateException("No event id"); in build() 228 throw new IllegalStateException( in build() 321 } catch (IllegalStateException ex) { in getNextEvent() 341 } catch (IllegalStateException | NumberFormatException e) { in readIntList() 373 throws IllegalStateException, IOException { in readConfiguration() 393 throw new IllegalStateException( in readConfiguration() 405 } catch (IllegalStateException | NumberFormatException e) { in readConfiguration() 445 } catch (IllegalStateException | NumberFormatException e) { in readAbsInfo() 454 throws IllegalStateException, IOException { in readAbsInfoArray() [all …]
|
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
H A D | Event.java | 190 throw new IllegalStateException("No event id"); in build() 192 throw new IllegalStateException("Event does not contain a command"); in build() 279 } catch (IllegalStateException ex) { in getNextEvent() 299 } catch (IllegalStateException|NumberFormatException e) { in readData() 302 throw new IllegalStateException("Encountered malformed data.", e); in readData() 331 throws IllegalStateException, IOException { in readFeatureReports() 363 } catch (IllegalStateException | NumberFormatException e) { in readFeatureReports() 366 throw new IllegalStateException("Encountered malformed data.", e); in readFeatureReports() 372 throws IllegalStateException, IOException { in readOutputs() 406 } catch (IllegalStateException | NumberFormatException e) { in readOutputs() [all …]
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvTrackInfo.java | 185 throw new IllegalStateException("Not an audio track"); in getAudioChannelCount() 197 throw new IllegalStateException("Not an audio track"); in getAudioSampleRate() 214 throw new IllegalStateException("Not an audio track"); in isAudioDescription() 247 throw new IllegalStateException("Not an audio track"); in isSpokenSubtitle() 260 throw new IllegalStateException("Not a video track"); in getVideoWidth() 273 throw new IllegalStateException("Not a video track"); in getVideoHeight() 286 throw new IllegalStateException("Not a video track"); in getVideoFrameRate() 299 throw new IllegalStateException("Not a video track"); in getVideoPixelAspectRatio() 315 throw new IllegalStateException("Not a video track"); in getVideoActiveFormatDescription() 630 throw new IllegalStateException("Not a video track"); in setVideoWidth() [all …]
|
/aosp14/frameworks/base/omapi/java/android/se/omapi/ |
H A D | Channel.java | 105 throw new IllegalStateException("service not connected to system"); in isBasicChannel() 110 throw new IllegalStateException(e.getMessage()); in isBasicChannel() 164 throw new IllegalStateException("service not connected to system"); in transmit() 176 throw new IllegalStateException(e.getMessage()); in transmit() 202 throw new IllegalStateException("service not connected to system"); in getSelectResponse() 209 throw new IllegalStateException(e.getMessage()); in getSelectResponse() 245 throw new IllegalStateException("service not connected to system"); in selectNext() 254 throw new IllegalStateException(e.getMessage()); in selectNext()
|
H A D | Session.java | 80 throw new IllegalStateException("service not connected to system"); in getATR() 85 throw new IllegalStateException(e.getMessage()); in getATR() 202 throw new IllegalStateException("service not connected to system"); in openBasicChannel() 219 throw new IllegalStateException(e.getMessage()); in openBasicChannel() 222 throw new IllegalStateException(e.getMessage()); in openBasicChannel() 308 throw new IllegalStateException("service not connected to system"); in openLogicalChannel() 326 throw new IllegalStateException(e.getMessage()); in openLogicalChannel() 329 throw new IllegalStateException(e.getMessage()); in openLogicalChannel()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | PlayerProxy.java | 62 throw new IllegalStateException( in start() 75 throw new IllegalStateException( in pause() 88 throw new IllegalStateException( in stop() 102 throw new IllegalStateException( in setVolume() 116 throw new IllegalStateException( in setPan() 130 throw new IllegalStateException( in setStartDelayMs() 149 throw new IllegalStateException( in applyVolumeShaper()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | FastXmlSerializer.java | 188 IllegalArgumentException, IllegalStateException { in attribute() 204 IllegalStateException { in cdsect() 209 IllegalStateException { in comment() 214 IllegalStateException { in docdecl() 245 IllegalStateException { in entityRef() 310 IllegalStateException { in ignorableWhitespace() 315 IllegalStateException { in processingInstruction() 320 IllegalStateException { in setFeature() 354 IllegalStateException { in setOutput() 364 IllegalStateException { in setProperty() [all …]
|
/aosp14/frameworks/base/core/java/org/apache/http/conn/ssl/ |
H A D | AndroidDistinguishedNameParser.java | 73 throw new IllegalStateException("Unexpected end of DN: " + dn); in nextAT() 146 throw new IllegalStateException("Unexpected end of DN: " + dn); in hexAV() 180 throw new IllegalStateException("Unexpected end of DN: " + dn); in hexAV() 241 throw new IllegalStateException("Unexpected end of DN: " + dn); in getEscaped() 319 throw new IllegalStateException("Malformed DN: " + dn); in getByte() 332 throw new IllegalStateException("Malformed DN: " + dn); in getByte() 343 throw new IllegalStateException("Malformed DN: " + dn); in getByte() 403 throw new IllegalStateException("Malformed DN: " + dn); in findMostSpecific() 409 throw new IllegalStateException("Malformed DN: " + dn); in findMostSpecific() 468 throw new IllegalStateException("Malformed DN: " + dn); in getAllMostSpecificFirst() [all …]
|
/aosp14/frameworks/base/core/tests/utiltests/src/android/util/ |
H A D | RemoteMemoryIntArrayService.java | 43 throw new IllegalStateException(e); in onBind() 68 throw new IllegalStateException(e); in onBind() 79 throw new IllegalStateException(e); in onBind() 90 throw new IllegalStateException(e); in onBind() 101 throw new IllegalStateException(e); in onBind() 118 throw new IllegalStateException(e); in onBind()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | MbmsDownloadSession.java | 418 throw new IllegalStateException("Middleware not yet bound"); in requestUpdateFileServices() 467 throw new IllegalStateException("Middleware not yet bound"); in addServiceAnnouncement() 521 throw new IllegalStateException("Middleware not yet bound"); in setTempFileRootDirectory() 622 throw new IllegalStateException("Middleware not yet bound"); in download() 667 throw new IllegalStateException("Middleware not yet bound"); in listPendingDownloads() 704 throw new IllegalStateException("Middleware not yet bound"); in addStatusListener() 816 throw new IllegalStateException("Middleware not yet bound"); in addProgressListener() 879 throw new IllegalStateException("Middleware must not" in removeProgressListener() 915 throw new IllegalStateException("Middleware not yet bound"); in cancelDownload() 956 throw new IllegalStateException("Middleware not yet bound"); in requestDownloadState() [all …]
|
/aosp14/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreKeyAgreementSpi.java | 129 throws InvalidKeyException, IllegalStateException { in engineDoPhase() 151 throw new IllegalStateException( in engineDoPhase() 154 throw new IllegalStateException( in engineDoPhase() 165 protected byte[] engineGenerateSecret() throws IllegalStateException { in engineGenerateSecret() 169 throw new IllegalStateException("Not initialized", e); in engineGenerateSecret() 173 throw new IllegalStateException("Other party key not provided. Call doPhase() first."); in engineGenerateSecret() 188 throws IllegalStateException, NoSuchAlgorithmException, InvalidKeyException { in engineGenerateSecret() 196 throws IllegalStateException, ShortBufferException { in engineGenerateSecret() 233 throws InvalidKeyException, IllegalStateException { in ensureKeystoreOperationInitialized() 235 throw new IllegalStateException("Not initialized"); in ensureKeystoreOperationInitialized()
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/ |
H A D | TransactionManagerTest.java | 75 assertThrows(IllegalStateException.class, mTransactionManager::startNewTransaction); in testStartNewTransaction() 117 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord() 127 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord() 136 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord() 184 assertThrows(IllegalStateException.class, in testApply() 186 assertThrows(IllegalStateException.class, in testApply() 188 assertThrows(IllegalStateException.class, in testApply() 199 assertThrows(IllegalStateException.class, in testAbort() 201 assertThrows(IllegalStateException.class, in testAbort() 203 assertThrows(IllegalStateException.class, in testAbort()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | CursorEntityIterator.java | 62 throw new IllegalStateException("calling hasNext() when the iterator is closed"); in hasNext() 79 throw new IllegalStateException("calling next() when the iterator is closed"); in next() 82 throw new IllegalStateException("you may only call next() if hasNext() is true"); in next() 98 throw new IllegalStateException("calling reset() when the iterator is closed"); in reset() 109 throw new IllegalStateException("closing when already closed"); in close()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareValidation.java | 202 throw new IllegalStateException( in attach() 359 throw new IllegalStateException("Module has been detached."); in loadModel() 381 throw new IllegalStateException("Module has been detached."); in loadPhraseModel() 401 throw new IllegalStateException("Module has been detached."); in unloadModel() 406 throw new IllegalStateException("Invalid handle: " + modelHandle); in unloadModel() 437 throw new IllegalStateException("Module has been detached."); in startRecognition() 471 throw new IllegalStateException("Module has been detached."); in stopRecognition() 509 throw new IllegalStateException("Module has been detached."); in forceRecognitionEvent() 539 throw new IllegalStateException("Module has been detached."); in setModelParameter() 565 throw new IllegalStateException("Module has been detached."); in getModelParameter() [all …]
|
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | BenchmarkState.java | 103 throw new IllegalStateException( in pauseTiming() 114 throw new IllegalStateException( in resumeTiming() 201 throw new IllegalStateException( in keepRunning() 216 throw new IllegalStateException("The benchmark has finished."); in keepRunning() 218 throw new IllegalStateException("The benchmark is in unknown state."); in keepRunning() 224 throw new IllegalStateException("The benchmark hasn't finished"); in mean() 231 throw new IllegalStateException("The benchmark hasn't finished"); in median() 238 throw new IllegalStateException("The benchmark hasn't finished"); in min() 245 throw new IllegalStateException("The benchmark hasn't finished"); in standardDeviation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceCompilerMapping.java | 54 throw new IllegalStateException("REASON_STRINGS not correct"); 57 throw new IllegalStateException("REASON_STRINGS not correct because of shared index"); 76 throw new IllegalStateException("Value \"" + sysPropValue +"\" not valid " in getAndCheckValidity() 79 throw new IllegalStateException("Value \"" + sysPropValue +"\" not allowed " in getAndCheckValidity() 102 throw new IllegalStateException("Reason system property name \"" + in checkProperties() 110 toThrow = new IllegalStateException("PMS compiler filter settings are bad."); in checkProperties()
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 321 throw new IllegalStateException("You can't call this!"); in getAnimationStyle() 326 throw new IllegalStateException("You can't call this!"); in getBackground() 331 throw new IllegalStateException("You can't call this!"); in getContentView() 336 throw new IllegalStateException("You can't call this!"); in getElevation() 341 throw new IllegalStateException("You can't call this!"); in getEnterTransition() 346 throw new IllegalStateException("You can't call this!"); in getExitTransition() 351 throw new IllegalStateException("You can't call this!"); in setBackgroundDrawable() 363 throw new IllegalStateException("You can't call this!"); in setElevation() 368 throw new IllegalStateException("You can't call this!"); in setEnterTransition() 373 throw new IllegalStateException("You can't call this!"); in setExitTransition() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/ |
H A D | InlineTooltipUi.java | 332 } catch (IllegalStateException e) { in show() 350 } catch (IllegalStateException e) { in hide() 360 throw new IllegalStateException("You can't call this!"); in getAnimationStyle() 365 throw new IllegalStateException("You can't call this!"); in getBackground() 370 throw new IllegalStateException("You can't call this!"); in getContentView() 375 throw new IllegalStateException("You can't call this!"); in getElevation() 380 throw new IllegalStateException("You can't call this!"); in getEnterTransition() 385 throw new IllegalStateException("You can't call this!"); in getExitTransition() 390 throw new IllegalStateException("You can't call this!"); in setBackgroundDrawable() 402 throw new IllegalStateException("You can't call this!"); in setElevation() [all …]
|
/aosp14/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
H A D | BenchmarkRunner.java | 62 throw new IllegalStateException("Benchmarking is in paused state"); in keepRunning() 64 throw new IllegalStateException("Benchmarking is finished"); in keepRunning() 66 throw new IllegalStateException("BenchmarkRunner is in unknown state"); in keepRunning() 90 throw new IllegalStateException("Unable to pause the runner: not running currently"); in pauseTiming() 122 throw new IllegalStateException("Unable to resume the runner: already running"); in resumeTimer()
|