Searched refs:IllegalStateException (Results 76 - 100 of 514) sorted by relevance

1234567891011>>

/frameworks/base/rs/java/android/renderscript/
H A DMesh.java247 public Builder addVertexType(Type t) throws IllegalStateException {
249 throw new IllegalStateException("Max vertex types exceeded.");
268 public Builder addVertexType(Element e, int size) throws IllegalStateException {
270 throw new IllegalStateException("Max vertex types exceeded.");
454 public AllocationBuilder addVertexAllocation(Allocation a) throws IllegalStateException {
456 throw new IllegalStateException("Max vertex types exceeded.");
650 throw new IllegalStateException("add mistmatch with declared components.");
672 throw new IllegalStateException("add mistmatch with declared components.");
694 throw new IllegalStateException("add mistmatch with declared components.");
713 throw new IllegalStateException("ad
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DInputPort.java179 throw new IllegalStateException("Cannot pull frame from closed input port!");
198 throw new IllegalStateException("Cannot pull frame from closed input port!");
308 throw new IllegalStateException("Attempting to attach port while not in attachment "
H A DValueTarget.java39 throw new IllegalStateException("Attempting to bind filter to callback while it is "
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DShadowOverlayContainer.java97 throw new IllegalStateException();
141 throw new IllegalStateException();
154 throw new IllegalStateException();
/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java514 * @throws IllegalStateException If a required attribute was not specified.
518 throw new IllegalStateException("No media size specified.");
521 throw new IllegalStateException("No default media size specified.");
524 throw new IllegalStateException("No resolution specified.");
527 throw new IllegalStateException("No default resolution specified.");
530 throw new IllegalStateException("No color mode specified.");
533 throw new IllegalStateException("No default color mode specified.");
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java149 throw new IllegalStateException("Animator has already started, cannot change it now!");
152 throw new IllegalStateException("Animator's target has been destroyed "
177 throw new IllegalStateException("Missing target!");
181 throw new IllegalStateException("Already started!");
296 throw new IllegalStateException("Target already set!");
488 throw new IllegalStateException("Cannot clone this animator");
H A DInputEvent.java234 throw new IllegalStateException("Unexpected input event type token in parcel.");
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java119 throw new IllegalStateException("sendResult() called twice for: " + mDebug);
131 throw new IllegalStateException("detach() called when detach() had already"
135 throw new IllegalStateException("detach() called when sendResult() had already"
332 throw new IllegalStateException("The session token has already been set.");
427 throw new IllegalStateException("onLoadChildren sent null list for id "
452 throw new IllegalStateException("onLoadChildren must call detach() or sendResult()"
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java133 throw new IllegalStateException("bad value for mCompareResult, "
158 throw new IllegalStateException("you must only call next() when hasNext() is true");
/frameworks/base/core/java/android/nfc/tech/
H A DBasicTagTechnology.java48 /** Internal helper to throw IllegalStateException if the technology isn't connected */
52 throw new IllegalStateException("Call connect() first!");
97 throw new IllegalStateException("Technology not connected yet");
/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java230 throw new IllegalStateException(
293 throw new IllegalStateException(
/frameworks/base/core/java/android/provider/
H A DBrowser.java238 IllegalStateException {
253 IllegalStateException {
349 } catch (IllegalStateException e) {
377 } catch (IllegalStateException e) {
415 } catch (IllegalStateException e) {
436 } catch (IllegalStateException e) {
473 } catch (IllegalStateException e) {
545 } catch (IllegalStateException e) {
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DMultipartEntity.java221 public InputStream getContent() throws IOException, IllegalStateException {
223 throw new IllegalStateException("Content has been consumed");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEnvReverbTest.java112 } catch (IllegalStateException e) {
158 } catch (IllegalStateException e) {
193 } catch (IllegalStateException e) {
229 // } catch (IllegalStateException e) {
263 } catch (IllegalStateException e) {
298 } catch (IllegalStateException e) {
334 } catch (IllegalStateException e) {
398 } catch (IllegalStateException e) {
483 } catch (IllegalStateException e) {
H A DMediaAudioEffectTest.java173 } catch (IllegalStateException e) {
265 } catch (IllegalStateException e) {
294 } catch (IllegalStateException e) {
453 } catch (IllegalStateException e) {
483 } catch (IllegalStateException e) {
523 } catch (IllegalStateException e) {
556 } catch (IllegalStateException e) {
589 } catch (IllegalStateException e) {
623 } catch (IllegalStateException e) {
660 } catch (IllegalStateException
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DColumnAdapter.java48 throw new IllegalStateException("All items must be enabled");
51 throw new IllegalStateException("All items must be identical");
/frameworks/ex/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/
H A DAnimatedGifTest.java46 if (!mBitmaps.contains(bitmap)) throw new IllegalStateException();
114 if (!mProvider.isEmpty()) throw new IllegalStateException("All bitmaps not recycled");
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiClient.java85 throw new IllegalStateException("listener was already set");
/frameworks/base/core/java/android/net/
H A DNetworkKey.java87 throw new IllegalStateException("NetworkKey has unknown type " + type);
/frameworks/base/core/java/android/util/
H A DPools.java63 * @throws IllegalStateException If the instance is already in the pool.
112 throw new IllegalStateException("Already in the pool!");
/frameworks/base/core/java/com/android/internal/os/
H A DSomeArgs.java77 throw new IllegalStateException("Already recycled.");
/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java104 throw new IllegalStateException(errorMessage);
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DSharedLibraryMain.java48 throw new IllegalStateException("Can't find my package!", e);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java153 * @throws IllegalStateException if {@link #init(long)} was never called.
157 throw new IllegalStateException("After scene creation, #init() must be called");
182 * @throws IllegalStateException if the current context is different than the one owned by
202 throw new IllegalStateException("Acquiring different scenes from same thread without releases");
306 * @throws IllegalStateException if the current context is different than the one owned by
312 throw new IllegalStateException("scene must be acquired first. see #acquire(long)");
315 throw new IllegalStateException("Thread acquired a scene but is rendering a different one");
/frameworks/base/tools/preload/
H A DOperation.java72 throw new IllegalStateException("End time hasn't been set yet: "

Completed in 2301 milliseconds

1234567891011>>