HomeSort by relevance Sort by last modified time
    Searched defs:IllegalStateException (Results 76 - 100 of 216) sorted by null

1 2 34 5 6 7 8 9

  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 245 throw new IllegalStateException();
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 245 throw new IllegalStateException();
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 245 throw new IllegalStateException();
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
IteratorTesterTest.java 103 * calls to remove() will incorrectly throw an IllegalStateException,
135 throw new IllegalStateException();
260 return new ThrowingIterator<Integer>(new IllegalStateException());
275 throw new IllegalStateException() { /* subclass */};
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MonitorBasedArrayBlockingQueue.java 223 * <tt>IllegalStateException</tt> if this queue is full.
227 * @throws IllegalStateException if this queue is full
762 throw new IllegalStateException();
MonitorBasedPriorityBlockingQueue.java 554 throw new IllegalStateException();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 573 throw new IllegalStateException();
671 throw new IllegalStateException();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
PeriodFormatterData.java 571 throw new IllegalStateException();
669 throw new IllegalStateException();
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
JarTypeSolver.java 118 throw new IllegalStateException();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
StreamAllocation.java 152 if (released) throw new IllegalStateException("released");
153 if (stream != null) throw new IllegalStateException("stream != null");
194 throw new IllegalStateException("expected " + this.stream + " but was " + stream);
313 throw new IllegalStateException();
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlStreamRenderer.java 117 public final void openDocument() throws IllegalStateException {
118 if (open) { throw new IllegalStateException(); }
122 public final void closeDocument() throws IllegalStateException {
123 if (!open) { throw new IllegalStateException(); }
151 if (!open) { throw new IllegalStateException(); }
224 if (!open) { throw new IllegalStateException(); }
265 if (!open) { throw new IllegalStateException(); }
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityEvent.java 126 throw new IllegalStateException();
ShadowShortcutManager.java 166 throw new IllegalStateException();
  /external/turbine/java/com/google/turbine/type/
Type.java 336 throw new IllegalStateException();
  /external/vogar/src/vogar/commands/
Command.java 79 throw new IllegalStateException("Maximum command length " + builder.maxLength
87 throw new IllegalStateException("Already started!");
108 throw new IllegalStateException("Not started!");
117 throw new IllegalStateException("Not started!");
173 throw new IllegalStateException();
  /frameworks/base/core/java/android/security/
ConfirmationPrompt.java 310 * @throws IllegalStateException if no prompt is currently being presented.
317 throw new IllegalStateException();
323 throw new IllegalStateException();
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 48 static const char* const IllegalStateException = "java/lang/IllegalStateException";
327 jniThrowException(env, IllegalStateException, "Unable to update texture contents (see "
339 jniThrowException(env, IllegalStateException, "Unable to release texture contents (see "
  /frameworks/base/media/java/android/media/tv/
TvInputHardwareInfo.java 126 throw new IllegalStateException();
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
AnnouncementAggregator.java 99 if (mIsClosed) throw new IllegalStateException();
  /frameworks/base/services/core/java/com/android/server/location/
GnssBatchingProvider.java 53 throw new IllegalStateException();
LocationBasedCountryDetector.java 42 * the user country through the GeoCoder. The IllegalStateException will be
166 throw new IllegalStateException();
  /frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
JDWPClassDataRetriever.java 59 throw new IllegalStateException();
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ShadowOverlayContainer.java 155 throw new IllegalStateException("Already initialized");
169 throw new IllegalStateException("Already initialized");
217 throw new IllegalStateException();
281 throw new IllegalStateException();
StaggeredGrid.java 242 throw new IllegalStateException();
367 throw new IllegalStateException();
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 489 * @exception IllegalStateException when attempting to set this
495 throw new IllegalStateException ();
606 throw new IllegalStateException ("can't declare any more prefixes in this context");

Completed in 513 milliseconds

1 2 34 5 6 7 8 9