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

<<21222324252627282930>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java 155 throw new IllegalStateException("Invalid uri type for uri: " + uriData.getUri());
157 throw new IllegalStateException("Impossible, all cases are covered.");
231 throw new IllegalStateException("Impossible, all cases are covered");
  /cts/tests/tests/database/src/android/database/cts/
ContentObservableTest.java 49 } catch (IllegalStateException expected) {
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 138 } catch (IllegalStateException e) {
143 } catch (IllegalStateException e) {
190 fail("does not throw IllegalStateException when cursor is invalid");
191 } catch (IllegalStateException e) {
197 fail("does not throw IllegalStateException when position is out of bound");
198 } catch (IllegalStateException e) {
ViewSwitcherTest.java 98 fail("Should throw IllegalStateException here.");
99 } catch (IllegalStateException e) {
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ViewpointAdapter.java 104 throw new IllegalStateException();
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 198 throw new IllegalStateException("Generic signature is invalid!");
216 throw new IllegalStateException("Generic signature is invalid!");
235 throw new IllegalStateException("Generic signature is invalid!");
255 throw new IllegalStateException(
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PrivateKeyInfo.java 123 throw new IllegalStateException("unable to parse private key");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
OFBBlockCipher.java 137 * @exception IllegalStateException if the cipher isn't initialised.
145 throws DataLengthException, IllegalStateException
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExporter.java 50 throw new IllegalStateException("printing is already pending");
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
ChromeSigninController.java 121 } catch (IllegalStateException exception) {
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 55 throw new IllegalStateException("More than one supplier open");
MultiReaderTest.java 41 throw new IllegalStateException("More than one supplier open");
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 123 throw new IllegalStateException("unexpected state " + state);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
CalculationBone.java 93 throw new IllegalStateException(this.getClass().getName() + " class instance can only have one child!");
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetKey.java 157 throw new IllegalStateException("Relative path is outside assetmanager root!");
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 118 throw new IllegalStateException( "Channels cannot be added once server is started." );
130 throw new IllegalStateException( "Channel and port lists do not match." );
154 throw new IllegalStateException( "Server is already started." );
177 throw new IllegalStateException( "Server is not started." );
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java 71 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed");
ShadowViewStub.java 101 throw new IllegalStateException("ViewStub must have a non-null ViewGroup viewParent");
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
IncomingFileTransfer.java 69 throw new IllegalStateException("Transfer already negotiated!");
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
AgentStatusRequest.java 125 throw new IllegalStateException("Parser not in proper position, or bad XML.");
  /external/smack/src/org/jivesoftware/smackx/workgroup/settings/
OfflineSettings.java 117 throw new IllegalStateException("Parser not in proper position, or bad XML.");
  /external/smack/src/org/xbill/DNS/
DNSInput.java 136 throw new IllegalStateException("no previous state");
DNSOutput.java 98 throw new IllegalStateException("no previous state");
  /frameworks/base/core/java/android/os/
Looper.java 92 throw new IllegalStateException("The main Looper has already been prepared.");
270 * @throws IllegalStateException if the barrier was not found.
  /frameworks/base/core/java/android/speech/srec/
UlawEncoderInputStream.java 142 if (mIn == null) throw new IllegalStateException("not open");

Completed in 1748 milliseconds

<<21222324252627282930>>