HomeSort by relevance Sort by last modified time
    Searched refs:IllegalStateException (Results 576 - 600 of 1476) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/app/
Fragment.java 696 throw new IllegalStateException("Fragment already active");
719 throw new IllegalStateException("Fragment already active");
767 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
    [all...]
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 410 throw new IllegalStateException("Broadcast already finished");
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 85 throw new IllegalStateException("Failed to register a camera service listener",
108 throw new IllegalStateException(
  /frameworks/base/core/java/android/net/
TrafficStats.java 201 throw new IllegalStateException("already profiling data");
219 throw new IllegalStateException("not profiling data");
  /frameworks/base/core/java/android/nfc/
Tag.java 270 throw new IllegalStateException("Close connection to the technology first!");
414 throw new IllegalStateException("Close other technology first!");
  /frameworks/base/core/java/android/os/
AsyncTask.java 528 * @throws IllegalStateException If {@link #getStatus()} returns either
566 * @throws IllegalStateException If {@link #getStatus()} returns either
576 throw new IllegalStateException("Cannot execute task:"
579 throw new IllegalStateException("Cannot execute task:"
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 250 throw new IllegalStateException("someone forgot to destroy Grammar");
430 throw new IllegalStateException("someone forgot to destroy Recognizer");
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 248 * @throws IllegalStateException if accessibility is not enabled.
258 throw new IllegalStateException("Accessibility off. Did you forget to check that?");
286 throw new IllegalStateException("Accessibility off. Did you forget to check that?");
  /frameworks/base/core/java/android/widget/
CursorAdapter.java 243 throw new IllegalStateException("this should only be called when the cursor is valid");
246 throw new IllegalStateException("couldn't move cursor to position " + position);
CursorTreeAdapter.java 198 throw new IllegalStateException("this should only be called when the cursor is valid");
242 throw new IllegalStateException("this should only be called when the cursor is valid");
SimpleAdapter.java 48 * If no appropriate binding can be found, an {@link IllegalStateException} is thrown.
180 throw new IllegalStateException(v.getClass().getName() +
195 throw new IllegalStateException(v.getClass().getName() + " is not a " +
  /frameworks/base/services/java/com/android/server/wm/
DisplaySettings.java 117 throw new IllegalStateException("no start tag found");
137 } catch (IllegalStateException e) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 460 throw new IllegalStateException("Attempting to modify FrameManager while graph is "
467 throw new IllegalStateException("Attempting to access FrameManager Frame data "
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
MediaDecoder.java 155 throw new IllegalStateException(
388 throw new IllegalStateException("MediaDecoder has not been started");
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 530 throw new IllegalStateException("Fragment already active");
553 throw new IllegalStateException("Fragment already active");
601 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
782 throw new IllegalStateException(
863 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
876 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
887 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
    [all...]
TaskStackBuilder.java 317 throw new IllegalStateException(
362 throw new IllegalStateException(
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 366 * @throws IllegalStateException If {@link #getStatus()} returns either
400 * @throws IllegalStateException If {@link #getStatus()} returns either
409 throw new IllegalStateException("Cannot execute task:"
412 throw new IllegalStateException("Cannot execute task:"
  /frameworks/support/v4/java/android/support/v4/widget/
CursorAdapter.java 245 throw new IllegalStateException("this should only be called when the cursor is valid");
248 throw new IllegalStateException("couldn't move cursor to position " + position);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 281 throw new IllegalStateException("profiling already started");
327 throw new IllegalStateException("cannot access hprof data while sampling");
  /libcore/luni/src/main/java/java/lang/
Runtime.java 546 * @throws IllegalStateException
556 throw new IllegalStateException("VM already shutting down");
579 * @throws IllegalStateException
589 throw new IllegalStateException("VM already shutting down");
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoder.java 162 * @throws IllegalStateException
288 * @throws IllegalStateException
298 throw illegalStateException();
380 * <code>IllegalStateException</code> will be thrown.
390 * @throws IllegalStateException
422 * @throws IllegalStateException
427 throw illegalStateException();
649 private IllegalStateException illegalStateException() {
650 throw new IllegalStateException("State: " + state)
    [all...]
CharsetEncoder.java 164 * otherwise it will throw an <code>IllegalStateException</code>.
166 * @throws IllegalStateException if another encode process is ongoing.
178 * it will throw an <code>IllegalStateException</code>.
180 * @throws IllegalStateException if another encode process is ongoing.
194 throw illegalStateException();
234 * @throws IllegalStateException
350 * @throws IllegalStateException
360 throw illegalStateException();
457 * @throws IllegalStateException
462 throw illegalStateException();
    [all...]
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 106 * @throws IllegalStateException
282 * @throws IllegalStateException
353 * @throws IllegalStateException
371 * @throws IllegalStateException
446 * @throws IllegalStateException
449 public int start(int group) throws IllegalStateException {
462 * @throws IllegalStateException
496 * @throws IllegalStateException
520 * @throws IllegalStateException
533 * @throws IllegalStateException
    [all...]
  /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");
  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 82 } catch (IllegalStateException e) {
126 } catch (IllegalStateException e) {

Completed in 1390 milliseconds

<<21222324252627282930>>