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

<<21222324252627282930>>

  /frameworks/base/core/java/android/app/
LoaderManager.java 600 throw new IllegalStateException("Called while creating a loader");
650 throw new IllegalStateException("Called while creating a loader");
717 throw new IllegalStateException("Called while creating a loader");
745 throw new IllegalStateException("Called while creating a loader");
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 235 } catch (IllegalStateException e) {
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 246 * <p>Calling this method will throw an <code>IllegalStateException</code> if
256 throw new IllegalStateException("This GraphicBuffer has been destroyed and cannot be "
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 38 * binding can be found, an {@link IllegalStateException} is thrown.
123 * binding can be found, an {@link IllegalStateException} is thrown.
125 * @throws IllegalStateException if binding cannot occur
160 throw new IllegalStateException(v.getClass().getName() + " is not a " +
SimpleCursorTreeAdapter.java 38 * binding can be found, an {@link IllegalStateException} is thrown.
233 throw new IllegalStateException("SimpleCursorTreeAdapter can bind values" +
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 26 import java.lang.IllegalStateException;
MediaScannerConnection.java 166 throw new IllegalStateException("not connected to MediaScannerService");
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 155 throw new IllegalStateException();
  /frameworks/base/services/java/com/android/server/
NativeDaemonEvent.java 111 * @throws IllegalStateException if {@link #getCode()} doesn't match.
115 throw new IllegalStateException("Expected " + code + " but was: " + this);
  /frameworks/base/services/java/com/android/server/location/
LocationBasedCountryDetector.java 41 * the user country through the GeoCoder. The IllegalStateException will be
150 throw new IllegalStateException();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SurfaceHolderTarget.java 84 throw new IllegalStateException("Cannot set SurfaceHolder while running!");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
MffFilterTestCase.java 168 throw new IllegalStateException(
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateListener.java 214 if (mWaiting) throw new IllegalStateException("Only one waiter allowed at a time");
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 234 throw new IllegalStateException(
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseCursorPagerAdapter.java 91 throw new IllegalStateException("this should only be called when the cursor is valid");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 165 throw new IllegalStateException("Default phones haven't been made yet!");
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 544 throw new IllegalStateException("Called while creating a loader");
594 throw new IllegalStateException("Called while creating a loader");
659 throw new IllegalStateException("Called while creating a loader");
687 throw new IllegalStateException("Called while creating a loader");
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 108 * binding can be found, an {@link IllegalStateException} is thrown.
110 * @throws IllegalStateException if binding cannot occur
145 throw new IllegalStateException(v.getClass().getName() + " is not a " +
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegate.java 111 throw new IllegalStateException(
  /frameworks/volley/src/com/android/volley/
VolleyLog.java 127 throw new IllegalStateException("Marker added to finished log");
  /frameworks/volley/src/com/android/volley/toolbox/
HttpClientStack.java 126 throw new IllegalStateException("Unknown request method.");
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLServerSocketImpl.java 230 throw new IllegalStateException("Unknown key type " + keyType);
  /libcore/dex/src/main/java/com/android/dex/
EncodedValueReader.java 283 throw new IllegalStateException(
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingDeque.java 172 throw new IllegalStateException("Deque full");
289 * @throws IllegalStateException {@inheritDoc}
294 throw new IllegalStateException("Deque full");
298 * @throws IllegalStateException {@inheritDoc}
303 throw new IllegalStateException("Deque full");
597 * @throws IllegalStateException if the element cannot be added at this
735 * @throws IllegalStateException {@inheritDoc}
826 // * @throws IllegalStateException {@inheritDoc}
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarFileTest.java 158 fail("Should throw IllegalStateException");
159 } catch (IllegalStateException expected) {

Completed in 1442 milliseconds

<<21222324252627282930>>