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

<<41424344454647484950>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PriorityQueueTest.java 74 fail("should throw IllegalStateException");
75 } catch (IllegalStateException e) {
162 fail("should throw IllegalStateException");
163 } catch (IllegalStateException e) {
170 fail("should throw IllegalStateException");
171 } catch (IllegalStateException e) {
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 591 throw new IllegalStateException( "Target host must not be null, or set in parameters."
658 throw new IllegalStateException
668 throw new IllegalStateException
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java 188 throw new IllegalStateException("can't encode issuer DN");
210 throw new IllegalStateException("can't encode issuer DN");
478 throw new IllegalStateException("error parsing " + e.toString());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 186 throw new IllegalStateException("can't encode issuer DN");
208 throw new IllegalStateException("can't encode issuer DN");
476 throw new IllegalStateException("error parsing " + e.toString());
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 421 throw new IllegalStateException ("failed to detect pattern prefix for [" + n + "]");
605 throw new IllegalStateException (errorsToString ());
646 throw new IllegalStateException (errorsToString ());
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 680 * @throws IllegalStateException If this mesh is in
685 throw new IllegalStateException("Should update counts before interleave");
824 throw new IllegalStateException("ID has already been set.");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 371 } catch (IllegalStateException ex) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 630 throw new IllegalStateException
687 throw new IllegalStateException
697 throw new IllegalStateException
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 90 throw new IllegalStateException("Must login to server before creating workgroup.");
315 * @throws IllegalStateException if the agent is not online with the workgroup.
341 * @throws IllegalStateException if the agent is not online with the workgroup.
346 throw new IllegalStateException("Cannot set status when the agent is not online.");
398 * @throws IllegalStateException if the agent is not online with the workgroup.
402 throw new IllegalStateException("Cannot set status when the agent is not online.");
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 193 throw new IllegalStateException(getClass().getSimpleName() + " can only be used " +
369 throw new IllegalStateException(
478 throw new IllegalStateException("Action Bar Tab must have a Callback");
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 137 throw new IllegalStateException("Immutable bitmap passed to Canvas constructor");
149 throw new IllegalStateException();
226 throw new IllegalStateException();
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 350 throw new IllegalStateException("Unknown state: " + mCurrentState);
600 throw new IllegalStateException("Should have one pointer down.");
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplBase.java 129 throw new IllegalStateException(getClass().getSimpleName() + " can only be used " +
233 throw new IllegalStateException(
924 throw new IllegalStateException("Action Bar Tab must have a Callback");
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 173 } catch (IllegalStateException expected) {
446 } catch (IllegalStateException expected) {
600 } catch (IllegalStateException expected) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 251 throw new IllegalStateException("Error: No valid mimetype found in intent extras");
580 throw new IllegalStateException();
673 throw new IllegalStateException();
    [all...]
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 590 throw new IllegalStateException(
595 throw new IllegalStateException(
599 throw new IllegalStateException(
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java 196 // it should throw IllegalStateException if we end a non-existent transaction.
203 // it should throw IllegalStateException if a set a non-existent transaction as clean.
212 // it should throw IllegalStateException if we mark a transaction as clean twice.
218 // it should throw IllegalStateException if we begin a transaction after marking the
284 fail("did not throw expected IllegalStateException");
285 } catch (IllegalStateException e) {
522 fail("should throw IllegalStateException.");
523 } catch (IllegalStateException e) {
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 695 private void updateReorderStates(int state) throws IllegalStateException {
723 throw new IllegalStateException("Illegal drag state: " + mDragState);
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 2691 milliseconds

<<41424344454647484950>>