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

<<11121314151617181920>>

  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 120 public void testDeactivate() throws IllegalStateException {
128 }catch(IllegalStateException e){
157 }catch(IllegalStateException e){
172 }catch(IllegalStateException e){
405 public void testContentObsererOperations() throws IllegalStateException {
413 }catch(IllegalStateException e){
423 }catch(IllegalStateException e){
435 }catch(IllegalStateException e){
MergeCursorTest.java 185 public void testContentObsererOperations() throws IllegalStateException {
194 } catch (IllegalStateException e) {
204 } catch (IllegalStateException e) {
217 } catch (IllegalStateException e) {
222 public void testDeactivate() throws IllegalStateException {
231 } catch (IllegalStateException e) {
262 } catch (IllegalStateException e) {
278 } catch (IllegalStateException e) {
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 65 throw new IllegalStateException("no EGL display");
71 throw new IllegalStateException("error in eglInitialize");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 82 throw new IllegalStateException("Cannot modify down time of this key event.");
89 throw new IllegalStateException("Cannot modify event time of this key event.");
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 69 fail("IllegalStateException must be thrown");
70 } catch (IllegalStateException e) {}
82 fail("IllegalStateException must be thrown");
83 } catch (IllegalStateException e) {}
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 69 throw new IllegalStateException("Connection is already open");
75 throw new IllegalStateException("Connection is not open");
SocketHttpServerConnection.java 69 throw new IllegalStateException("Connection is already open");
75 throw new IllegalStateException("Connection is not open");
  /external/easymock/src/org/easymock/internal/
LegacyMatcherProvider.java 51 new IllegalStateException(
60 throw new RuntimeExceptionWrapper(new IllegalStateException(
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 106 } catch (IllegalStateException expected) {
172 } catch (IllegalStateException expected) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTaskTest.java 50 throw new IllegalStateException("Fail");
116 assertEquals(IllegalStateException.class, e.getCause().getClass());
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java 125 throw new IllegalStateException("This instance of TempVars was already released!");
137 throw new IllegalStateException("An instance of TempVars has not been released in a called method!");
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 259 throw new IllegalStateException();
322 throw new IllegalStateException();
333 throw new IllegalStateException();
348 throw new IllegalStateException();
363 throw new IllegalStateException();
370 throw new IllegalStateException();
377 throw new IllegalStateException();
620 throw new IllegalStateException("readResponse() without sendRequest()");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java 95 throw new IllegalStateException("beginBroadcast() called while already in a broadcast");
126 throw new IllegalStateException("finishBroadcast() called outside of a broadcast");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpResponseStub.java 31 @Override public void setStatusCode(int i) throws IllegalStateException {
35 @Override public void setReasonPhrase(String s) throws IllegalStateException {
  /frameworks/base/core/java/android/database/
CursorJoiner.java 133 throw new IllegalStateException("bad value for mCompareResult, "
158 throw new IllegalStateException("you must only call next() when hasNext() is true");
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 48 /** Internal helper to throw IllegalStateException if the technology isn't connected */
52 throw new IllegalStateException("Call connect() first!");
97 throw new IllegalStateException("Technology not connected yet");
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 230 throw new IllegalStateException(
293 throw new IllegalStateException(
  /frameworks/base/core/java/android/provider/
Browser.java 237 IllegalStateException {
252 IllegalStateException {
348 } catch (IllegalStateException e) {
376 } catch (IllegalStateException e) {
416 } catch (IllegalStateException e) {
437 } catch (IllegalStateException e) {
481 } catch (IllegalStateException e) {
553 } catch (IllegalStateException e) {
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 215 public InputStream getContent() throws IOException, IllegalStateException {
217 throw new IllegalStateException("Content has been consumed");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 112 } catch (IllegalStateException e) {
158 } catch (IllegalStateException e) {
193 } catch (IllegalStateException e) {
229 // } catch (IllegalStateException e) {
263 } catch (IllegalStateException e) {
298 } catch (IllegalStateException e) {
334 } catch (IllegalStateException e) {
398 } catch (IllegalStateException e) {
483 } catch (IllegalStateException e) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
ColumnAdapter.java 48 throw new IllegalStateException("All items must be enabled");
51 throw new IllegalStateException("All items must be identical");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 127 } catch (IllegalStateException e) {
213 fail("Should throw IllegalStateException");
214 } catch (IllegalStateException e) {
228 fail("Should throw IllegalStateException");
229 } catch (IllegalStateException e) {
283 fail("Should throw IllegalStateException");
284 } catch (IllegalStateException e) {
298 fail("Should throw IllegalStateException");
299 } catch (IllegalStateException e) {
314 fail("Should throw IllegalStateException");
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 94 fail("IllegalStateException was not thrown.");
95 } catch(IllegalStateException ise) {
102 fail("IllegalStateException was not thrown.");
103 } catch(IllegalStateException ise) {
  /libcore/support/src/test/java/tests/io/
MockOs.java 71 throw new IllegalStateException("MockOs already installed!");
79 throw new IllegalStateException("MockOs not installed!");
  /libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java 202 // Ensure a task throws an IllegalStateException after cancelled
209 } catch (IllegalStateException expected) {
308 // Ensure a Timer throws an IllegalStateException after cancelled
316 } catch (IllegalStateException expected) {
319 // Ensure a Timer throws an IllegalStateException if task already
328 } catch (IllegalStateException expected) {
416 // Ensure a Timer throws an IllegalStateException after cancelled
423 } catch (IllegalStateException expected) {
426 // Ensure a Timer throws an IllegalStateException if task already
434 } catch (IllegalStateException expected)
    [all...]

Completed in 557 milliseconds

<<11121314151617181920>>