Searched refs:IllegalStateException (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java60 throw new IllegalStateException("calling hasNext() when the iterator is closed");
77 throw new IllegalStateException("calling next() when the iterator is closed");
80 throw new IllegalStateException("you may only call next() if hasNext() is true");
96 throw new IllegalStateException("calling reset() when the iterator is closed");
107 throw new IllegalStateException("closing when already closed");
/frameworks/base/services/core/java/com/android/server/notification/
H A DGlobalSortKeyComparator.java27 throw new IllegalStateException("Missing left global sort key: " + left);
30 throw new IllegalStateException("Missing right global sort key: " + right);
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java250 * @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
[all...]
H A DEnvironmentalReverb.java144 * @throws IllegalStateException
149 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
157 * @throws IllegalStateException
162 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
173 * @throws IllegalStateException
178 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
186 * @throws IllegalStateException
191 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
200 * @throws IllegalStateException
205 throws IllegalStateException, IllegalArgumentExceptio
[all...]
H A DLoudnessEnhancer.java72 * @throws java.lang.IllegalStateException
78 throws IllegalStateException, IllegalArgumentException,
98 * @throws java.lang.IllegalStateException
104 throws IllegalStateException, IllegalArgumentException,
118 * @throws IllegalStateException
123 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
130 * @throws IllegalStateException
135 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
264 * @throws IllegalStateException
269 throws IllegalStateException, IllegalArgumentExceptio
[all...]
H A DEqualizer.java131 * @throws java.lang.IllegalStateException
137 throws IllegalStateException, IllegalArgumentException,
171 * @throws IllegalStateException
176 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
193 * @throws IllegalStateException
198 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
210 * @throws IllegalStateException
216 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
231 * @throws IllegalStateException
236 throws IllegalStateException, IllegalArgumentExceptio
[all...]
H A DBassBoost.java86 * @throws java.lang.IllegalStateException
92 throws IllegalStateException, IllegalArgumentException,
121 * @throws IllegalStateException
126 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
134 * @throws IllegalStateException
139 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
262 * @throws IllegalStateException
267 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
279 * @throws IllegalStateException
284 throws IllegalStateException, IllegalArgumentExceptio
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java73 throw new IllegalStateException("uncommitted write already in progress");
100 throw new IllegalStateException("no file to commit");
111 throw new IllegalStateException("no file to roll back");
H A DFastXmlSerializer.java167 IllegalArgumentException, IllegalStateException {
183 IllegalStateException {
188 IllegalStateException {
193 IllegalStateException {
197 public void endDocument() throws IOException, IllegalArgumentException, IllegalStateException {
202 IllegalArgumentException, IllegalStateException {
224 IllegalStateException {
289 IllegalStateException {
294 IllegalStateException {
299 IllegalStateException {
[all...]
/frameworks/base/core/java/android/database/
H A DObservable.java41 * @throws IllegalStateException the observer is already registered
49 throw new IllegalStateException("Observer " + observer + " is already registered.");
60 * @throws IllegalStateException the observer is not yet registered
69 throw new IllegalStateException("Observer " + observer + " was not registered.");
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerProxy.java39 void setDataSource(String path) throws IllegalStateException, IOException;
40 void setDataSource(Context context, Uri intentUri) throws IllegalStateException, IOException;
/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java123 * @throws IllegalStateException if the next record header has not yet been read
129 throw new IllegalStateException("Entity header not read");
138 * @throws IllegalStateException if the next record header has not yet been read
144 throw new IllegalStateException("Entity header not read");
172 throw new IllegalStateException("Entity header not read");
188 throw new IllegalStateException("Entity header not read");
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteClosable.java49 * @throws IllegalStateException if the last reference to the object has already
55 throw new IllegalStateException(
/frameworks/base/core/java/android/speech/srec/
H A DMicrophoneInputStream.java25 import java.lang.IllegalStateException;
58 if (mAudioRecord == 0) throw new IllegalStateException("not open");
65 if (mAudioRecord == 0) throw new IllegalStateException("not open");
71 if (mAudioRecord == 0) throw new IllegalStateException("not open");
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithOnItemSelectedAction.java37 throw new IllegalStateException("something is fishy... the selected postion does not " +
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java135 * @throws IllegalStateException if it is called before {@link #prepare}, after
367 * @throws IllegalStateException if it is called after setOutputFormat()
371 throws IllegalStateException;
388 * @throws IllegalStateException if it is called after setOutputFormat()
392 throws IllegalStateException;
514 * @throws IllegalStateException if it is called after prepare() or before
519 throws IllegalStateException;
528 * @throws IllegalStateException if it is called after
532 throws IllegalStateException;
540 * @throws IllegalStateException i
[all...]
H A DMediaTimeProvider.java62 * @throws IllegalStateException if the media is not initialized
65 throws IllegalStateException;
H A DMediaMuxer.java162 throw new IllegalStateException("Can't set rotation degrees due" +
180 * @throws IllegalStateException If this method is called after {@link #start}.
198 throw new IllegalStateException("Can't set location due to wrong state.");
209 throw new IllegalStateException("Muxer has been released!");
215 throw new IllegalStateException("Can't start due to wrong state.");
228 throw new IllegalStateException("Can't stop due to wrong state.");
258 throw new IllegalStateException("Muxer is not initialized.");
261 throw new IllegalStateException("Muxer has been released!");
326 throw new IllegalStateException("Muxer has been released!");
330 throw new IllegalStateException("Ca
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java106 throw new IllegalStateException("Not an audio track");
116 throw new IllegalStateException("Not an audio track");
127 throw new IllegalStateException("Not a video track");
138 throw new IllegalStateException("Not a video track");
149 throw new IllegalStateException("Not a video track");
250 throw new IllegalStateException("Not an audio track");
264 throw new IllegalStateException("Not an audio track");
278 throw new IllegalStateException("Not a video track");
292 throw new IllegalStateException("Not a video track");
306 throw new IllegalStateException("No
[all...]
/frameworks/base/core/java/android/util/
H A DExceptionUtils.java34 throw new IllegalStateException(PREFIX_IO + e.getMessage());
38 if ((e instanceof IllegalStateException) && e.getMessage().startsWith(PREFIX_IO)) {
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyPairGenerator.java64 * argument before calling this otherwise an {@code IllegalStateException}
71 * @throws IllegalStateException when called before calling
78 throw new IllegalStateException(
84 throw new IllegalStateException(
99 throw new IllegalStateException("could not generate key in keystore");
117 throw new IllegalStateException("Can't instantiate key generator", e);
119 throw new IllegalStateException("keystore returned invalid key encoding", e);
136 throw new IllegalStateException("Can't generate certificate", e);
144 throw new IllegalStateException("Can't get encoding of certificate", e);
150 throw new IllegalStateException("Ca
[all...]
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioStream.java84 * @throws IllegalStateException if the stream is not properly configured.
117 * @throws IllegalStateException if the stream is busy.
121 throw new IllegalStateException("Busy");
150 * @throws IllegalStateException if the stream is busy.
155 throw new IllegalStateException("Busy");
H A DRtpStream.java129 * @throws IllegalStateException if the stream is busy.
134 throw new IllegalStateException("Busy");
150 * @throws IllegalStateException if the stream is busy.
155 throw new IllegalStateException("Busy");
176 * @throws IllegalStateException if the stream is busy.
182 throw new IllegalStateException("Busy");
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java34 * supported; attempting it will throw an {@link IllegalStateException}.</p>
107 * @throws IllegalStateException
125 throw new IllegalStateException(
165 * @throws IllegalStateException if this thread is already holding an exclusive lock
186 throw new IllegalStateException(
232 * @throws IllegalStateException
254 throw new IllegalStateException(
296 * @throws IllegalStateException if no locks were acquired, or if the lock was already closed
300 throw new IllegalStateException(
311 throw new IllegalStateException("D
[all...]
/frameworks/base/sax/java/android/sax/
H A DElement.java66 throw new IllegalStateException("This element already has an end"
129 throw new IllegalStateException(
140 throw new IllegalStateException(
152 throw new IllegalStateException(
157 throw new IllegalStateException("This element already has children."

Completed in 406 milliseconds

1234567891011>>