Searched refs:IllegalStateException (Results 51 - 75 of 514) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DAbsSavedState.java80 throw new IllegalStateException("superState must be null");
H A DContextThemeWrapper.java60 throw new IllegalStateException("getResources() has already been called");
63 throw new IllegalStateException("Override configuration has already been set");
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java145 throw new IllegalStateException("invalid page");
148 throw new IllegalStateException("page already finished");
225 throw new IllegalStateException("document is closed!");
234 throw new IllegalStateException("Current page not finished!");
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DZOrderingActivity.java16 if (grandParent == null) throw new IllegalStateException();
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DAwaitableCompletionListener.java56 throw new IllegalStateException("there was an unexpected callback on the queue");
H A DAwaitableErrorListener.java64 throw new IllegalStateException("there was an unexpected callback on the queue");
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DDrmConvertSession.java58 } catch (IllegalStateException e) {
64 } catch (IllegalStateException e) {
104 } catch (IllegalStateException e) {
165 } catch (IllegalStateException e) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java128 throw new IllegalStateException(
132 throw new IllegalStateException(
156 throw new IllegalStateException(
160 throw new IllegalStateException(
187 throw new IllegalStateException(
191 throw new IllegalStateException(
217 throw new IllegalStateException(
221 throw new IllegalStateException(
325 throw new IllegalStateException("Request must target at least one output surface!");
638 throw new IllegalStateException(
[all...]
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java27 throw new IllegalStateException("Already connected!");
64 throw new IllegalStateException("Already disconnected!");
/frameworks/base/media/java/android/media/
H A DAmrInputStream.java75 if (mGae == 0) throw new IllegalStateException("not open");
124 throw new IllegalStateException("someone forgot to close AmrInputStream");
H A DResampleInputStream.java83 if (mInputStream == null) throw new IllegalStateException("not open");
140 throw new IllegalStateException("someone forgot to close ResampleInputStream");
H A DMediaPlayer.java176 * <li>IllegalStateException is
190 * <li>An IllegalStateException is thrown if
218 * <li>An IllegalStateException is
371 * invalid state throws an IllegalStateException.</p></td></tr>
377 * invalid state throws an IllegalStateException.</p></td></tr>
423 * invalid state throws an IllegalStateException.</p></td></tr>
953 * @throws IllegalStateException if it is called in an invalid state
956 throws IOException, IllegalArgumentException, SecurityException, IllegalStateException {
970 * @throws IllegalStateException if it is called in an invalid state
973 throws IOException, IllegalArgumentException, SecurityException, IllegalStateException {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsPackageMonitor.java50 } catch (IllegalStateException e) {
60 } catch (IllegalStateException e) {
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java80 throw new IllegalStateException("attempted to use incorrectly built FrameSequence");
131 throw new IllegalStateException("attempted to draw destroyed FrameSequenceState");
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java82 throw new IllegalStateException("Already connected.");
96 throw new IllegalStateException("Already disconnected.");
296 throw new IllegalStateException("Error while registering UiTestAutomationService.", re);
309 throw new IllegalStateException("Error while unregistering UiTestAutomationService",
348 throw new IllegalStateException("Connection shutdown!");
354 throw new IllegalStateException("Not connected!");
H A DTaskStackBuilder.java218 throw new IllegalStateException(
270 throw new IllegalStateException(
284 throw new IllegalStateException(
/frameworks/base/core/java/android/content/
H A DUndoManager.java98 throw new IllegalStateException("Owner " + owner + " already exists with data "
127 throw new IllegalStateException("Can't save state while updating");
178 throw new IllegalStateException("Can't save state while updating");
238 throw new IllegalStateException("Can't be called during an update");
275 throw new IllegalStateException("Can't be called during an update");
406 throw new IllegalStateException("Can't being update while performing undo/redo");
438 throw new IllegalStateException("Must be called during an update");
449 throw new IllegalStateException("Must be called during an update");
472 throw new IllegalStateException("Must be called during an update");
513 throw new IllegalStateException("Mus
[all...]
/frameworks/base/core/java/android/util/
H A DJsonWriter.java118 * malformed JSON string will fail with an {@link IllegalStateException}.
253 throw new IllegalStateException("Nesting problem: " + stack);
481 throw new IllegalStateException("Nesting problem: " + stack);
499 throw new IllegalStateException(
521 throw new IllegalStateException(
525 throw new IllegalStateException("Nesting problem: " + stack);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEqualizerTest.java103 } catch (IllegalStateException e) {
151 } catch (IllegalStateException e) {
183 } catch (IllegalStateException e) {
213 } catch (IllegalStateException e) {
240 } catch (IllegalStateException e) {
H A DMediaBassBoostTest.java99 } catch (IllegalStateException e) {
144 } catch (IllegalStateException e) {
171 } catch (IllegalStateException e) {
H A DMediaVirtualizerTest.java99 } catch (IllegalStateException e) {
145 } catch (IllegalStateException e) {
172 } catch (IllegalStateException e) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java148 } catch(RemoteException|IllegalStateException e) {
161 } catch(RemoteException|IllegalStateException e) {
220 } catch(RemoteException|IllegalStateException e) {
233 } catch(RemoteException|IllegalStateException e) {
271 // stopClatd() will just throw IllegalStateException, which we'll ignore.
275 } catch (RemoteException|IllegalStateException e) {
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java128 throw new IllegalStateException("Got malformed certificate from settings, ignoring");
135 throw new IllegalStateException("Missing required content path, ignoring.");
143 throw new IllegalStateException("Missing required version number, ignoring.");
151 throw new IllegalStateException("Missing required previous hash, ignoring.");
159 throw new IllegalStateException("Missing required signature, ignoring.");
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java78 * {@link IllegalStateException}.
129 public byte get(final int index) throws IllegalStateException, IndexOutOfBoundsException {
159 public boolean has(final int index) throws IllegalStateException, IndexOutOfBoundsException {
163 throw new IllegalStateException(
187 public void advanceTo(final int index) throws IllegalStateException, IndexOutOfBoundsException {
265 throw new IllegalStateException(
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java78 * {@link IllegalStateException}.
129 public byte get(final int index) throws IllegalStateException, IndexOutOfBoundsException {
159 public boolean has(final int index) throws IllegalStateException, IndexOutOfBoundsException {
163 throw new IllegalStateException(
187 public void advanceTo(final int index) throws IllegalStateException, IndexOutOfBoundsException {
265 throw new IllegalStateException(

Completed in 646 milliseconds

1234567891011>>