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

1 2 3 4 5 67 8 91011>>

  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 184 throw new IllegalStateException
188 throw new IllegalStateException
243 throw new IllegalStateException
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 138 * @exception IllegalStateException if the cipher isn't initialised.
146 throws DataLengthException, IllegalStateException
172 * @exception IllegalStateException if the cipher isn't initialised.
180 throws DataLengthException, IllegalStateException
215 * @exception IllegalStateException if the cipher isn't initialised.
223 throws DataLengthException, IllegalStateException
AEADBlockCipher.java 88 * @throws IllegalStateException if the cipher is in an inappropriate state.
92 throws IllegalStateException, InvalidCipherTextException;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/dh/
DhExchange.java 86 * @throws IllegalStateException
91 throw new IllegalStateException("DhDsaExchange not initialized!");
98 * @throws IllegalStateException
103 throw new IllegalStateException("Shared secret not yet known, need f first!");
114 throw new IllegalStateException("DhDsaExchange not initialized!");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragment.java 70 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
116 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
124 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLECDHKeyAgreement.java 52 throw new IllegalStateException("Not initialized");
55 throw new IllegalStateException("ECDH only has one phase");
146 throw new IllegalStateException("Key agreement not completed");
  /libcore/luni/src/test/java/libcore/java/util/
OldMapEntryTest.java 38 } catch (IllegalStateException e) {
49 } catch (IllegalStateException e) {
83 } catch (IllegalStateException e) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ProportionalLayout.java 57 throw new IllegalStateException("direction must be either " +
92 throw new IllegalStateException("ProportionalLayout requires exactly one child");
124 throw new IllegalStateException("ProportionalLayout requires exactly one child");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java 115 throw new IllegalStateException("PolicyService transaction failed");
123 throw new IllegalStateException("PolicyService transaction failed");
134 throw new IllegalStateException("PolicyService transaction failed");
  /cts/tests/acceleration/src/android/acceleration/cts/
AcceleratedView.java 61 throw new IllegalStateException("View was not drawn...");
  /cts/tests/src/android/app/cts/
ActivityManagerMemoryClassLaunchActivity.java 63 throw new IllegalStateException("Request code: " + requestCode);
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteClosableTest.java 58 fail("should throw IllegalStateException.");
59 } catch (IllegalStateException e) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 43 throw new IllegalStateException("PictureLayout can host only one direct child");
52 throw new IllegalStateException("PictureLayout can host only one direct child");
61 throw new IllegalStateException("PictureLayout can host only one direct child");
70 throw new IllegalStateException("PictureLayout can host only one direct child");
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessor.java 70 throw new IllegalStateException(e);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 68 fail("IllegalStateException must be thrown because PasswordProtection is destroyed");
69 } catch (IllegalStateException e) {
  /external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieSpec.java 93 * @throws IllegalStateException if handler not found for the
99 throw new IllegalStateException("Handler not registered for " +
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
ScrollAccessibilityHelper.java 40 throw new IllegalStateException(
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java 71 throw new IllegalStateException("Can not provide category for " + property.getTitle());
  /external/guava/guava/src/com/google/common/collect/
ForwardingQueue.java 89 } catch (IllegalStateException caught) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalIterable.java 81 throw new IllegalStateException();
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
NativeObject.java 96 throw new IllegalStateException("ID has already been set for this GL object.");
  /external/jmonkeyengine/engine/src/tools/jme3tools/savegame/
SaveGame.java 44 throw new IllegalStateException("SaveGame dataset cannot be created");
50 throw new IllegalStateException("SaveGame dataset cannot be created");
58 throw new IllegalStateException("SaveGame dataset cannot be saved");
67 throw new IllegalStateException("SaveGame dataset cannot be saved");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MapActivityTest.java 20 @Test(expected = IllegalStateException.class)
  /frameworks/base/core/java/android/content/
Loader.java 183 throw new IllegalStateException("There is already a listener registered");
196 throw new IllegalStateException("No listener register");
215 throw new IllegalStateException("There is already a listener registered");
230 throw new IllegalStateException("No listener register");
  /frameworks/base/core/java/android/database/
CursorToBulkCursorAdaptor.java 232 } catch (IllegalStateException e) {
233 IllegalStateException leakProgram = new IllegalStateException(
249 * @throws IllegalStateException if an observer is already registered
253 throw new IllegalStateException("an observer is already registered");

Completed in 638 milliseconds

1 2 3 4 5 67 8 91011>>