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

1 2 3 4 56 7 8 91011>>

  /external/jmdns/src/javax/jmdns/impl/
NameRegister.java 104 * @throws IllegalStateException
107 public static void setRegistry(NameRegister register) throws IllegalStateException {
109 throw new IllegalStateException("The register can only be set once.");
  /external/smack/src/com/kenai/jbosh/
BOSHClientConnEvent.java 75 throw(new IllegalStateException(
79 throw(new IllegalStateException(
  /frameworks/base/core/tests/coretests/src/android/util/
ListUtil.java 72 * @throws IllegalStateException if the position can't be reached within 20 presses.
88 throw new IllegalStateException("couldn't get to item after 20 downs");
99 throw new IllegalStateException("couldn't get to item after 20 ups");
  /frameworks/base/keystore/java/android/security/
AndroidKeyPairGenerator.java 65 * argument before calling this otherwise an {@code IllegalStateException}
72 * @throws IllegalStateException when called before calling
79 throw new IllegalStateException(
85 throw new IllegalStateException(
100 throw new IllegalStateException("could not generate key in keystore");
118 throw new IllegalStateException("Can't instantiate key generator", e);
120 throw new IllegalStateException("keystore returned invalid key encoding", e);
137 throw new IllegalStateException("Can't generate certificate", e);
145 throw new IllegalStateException("Can't get encoding of certificate", e);
151 throw new IllegalStateException("Can't store certificate in AndroidKeyStore")
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
EnergyProbe.java 51 } catch (IllegalStateException e) {
90 } catch (IllegalStateException e) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsRuntimeExceptionTest.java 54 Throwable cause = new IllegalStateException("For great justice");
67 Throwable cause = new IllegalStateException("For great justice");
  /frameworks/base/services/java/com/android/server/wm/
PointerEventDispatcher.java 68 throw new IllegalStateException("registerInputEventListener: trying to register" +
83 throw new IllegalStateException("registerInputEventListener: " + listener +
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
SingleThreadedMediaPlayerProxy.java 57 public synchronized void setDataSource(String path) throws IllegalStateException, IOException {
63 throws IllegalStateException, IOException {
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
DownloadDrmHelper.java 53 } catch (IllegalStateException e) {
106 } catch (IllegalStateException ex) {
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailDisplayUtils.java 48 throw new IllegalStateException("Group source view must contain a TextView with id"
55 throw new IllegalStateException("Group source view must contain an ImageView with id"
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
LocaleTestUtils.java 79 * @throws IllegalStateException if the locale was already set
83 throw new IllegalStateException(
94 * @throws IllegalStateException if the locale was not set using {@link #setLocale(Locale)}
98 throw new IllegalStateException("call setLocale() before calling restoreLocale()");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 45 throw new IllegalStateException("cancelPendingTasks() after close()");
58 throw new IllegalStateException("execute() after close()");
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 118 * malformed JSON string will fail with an {@link IllegalStateException}.
228 throw new IllegalStateException("Nesting problem: " + stack);
425 throw new IllegalStateException("Nesting problem: " + stack);
443 throw new IllegalStateException(
465 throw new IllegalStateException(
469 throw new IllegalStateException("Nesting problem: " + stack);
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 142 * @throws IllegalStateException if the service is not
149 IllegalStateException failure = new IllegalStateException(
171 * @throws IllegalStateException if the service is neither {@link
178 IllegalStateException failure = new IllegalStateException(
211 throw new IllegalStateException("Failed while in state:" + state, cause);
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 81 } catch (IllegalStateException expected) {}
133 } catch (IllegalStateException expected) {}
164 } catch (IllegalStateException expected) {}
173 } catch (IllegalStateException expected) {}
192 } catch (IllegalStateException expected) {}
196 } catch (IllegalStateException expected) {}
206 } catch (IllegalStateException expected) {}
216 } catch (IllegalStateException expected) {}
226 } catch (IllegalStateException expected) {}
232 } catch (IllegalStateException expected) {
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
BassBoost.java 93 * @throws java.lang.IllegalStateException
99 throws IllegalStateException, IllegalArgumentException,
128 * @throws IllegalStateException
133 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
141 * @throws IllegalStateException
146 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
269 * @throws IllegalStateException
274 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
286 * @throws IllegalStateException
291 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException
    [all...]
Virtualizer.java 95 * @throws java.lang.IllegalStateException
101 throws IllegalStateException, IllegalArgumentException,
130 * @throws IllegalStateException
135 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
143 * @throws IllegalStateException
148 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
271 * @throws IllegalStateException
276 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
288 * @throws IllegalStateException
293 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MockAccessibilityService.java 88 throw new IllegalStateException("Did you forget to call replay()");
92 throw new IllegalStateException("Expected call to #interrupt() not received");
95 throw new IllegalStateException("Expected a call to onAccessibilityEvent() for "
134 throw new IllegalStateException("Unexpected event: " + receivedEvent);
148 throw new IllegalStateException("Unexpected call to onInterrupt()");
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java 78 * {@link IllegalStateException}.
129 public byte get(final int index) throws IllegalStateException, IndexOutOfBoundsException {
159 public boolean has(final int index) throws IllegalStateException, IndexOutOfBoundsException {
163 throw new IllegalStateException(
187 public void advanceTo(final int index) throws IllegalStateException, IndexOutOfBoundsException {
263 throw new IllegalStateException(
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 90 throw new IllegalStateException("Double close()");
112 throw new IllegalStateException("getCount() after close()");
126 throw new IllegalStateException("moveTo(" + pos + ") after close()");
140 throw new IllegalStateException("moveToNext() after close()");
153 throw new IllegalStateException("getPosition after close()");
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 101 fail("IllegalStateException expected");
102 } catch (IllegalStateException e) {
128 fail("IllegalStateException expected");
129 } catch (IllegalStateException e) {
158 fail("IllegalStateException expected");
159 } catch (IllegalStateException e) {
181 fail("IllegalStateException expected");
182 } catch (IllegalStateException e) {
188 fail("IllegalStateException expected");
189 } catch (IllegalStateException e)
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 162 * <li>IllegalStateException is
176 * <li>An IllegalStateException is thrown if
204 * <li>An IllegalStateException is
357 * invalid state throws an IllegalStateException.</p></td></tr>
363 * invalid state throws an IllegalStateException.</p></td></tr>
402 * invalid state throws an IllegalStateException.</p></td></tr>
    [all...]
  /external/apache-http/src/org/apache/http/conn/routing/
RouteTracker.java 119 throw new IllegalStateException("Already connected.");
138 throw new IllegalStateException("Already connected.");
154 throw new IllegalStateException("No tunnel unless connected.");
157 throw new IllegalStateException("No tunnel without proxy.");
178 throw new IllegalStateException("No tunnel unless connected.");
181 throw new IllegalStateException("No proxy tunnel without proxy.");
205 throw new IllegalStateException
  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 62 } catch (IllegalStateException e) {
105 } catch (IllegalStateException e) {
135 } catch (IllegalStateException e) {
169 } catch (IllegalStateException e) {
207 } catch (IllegalStateException e) {
238 } catch (IllegalStateException e) {
263 } catch (IllegalStateException e) {
282 } catch (IllegalStateException e) {
296 } catch (IllegalStateException e) {
  /frameworks/base/core/java/android/util/
JsonReader.java 310 throw new IllegalStateException("Expected " + expected + " but was " + peek());
361 throw new IllegalStateException("JsonReader is closed");
390 throw new IllegalStateException("Expected a name but was " + peek());
402 * @throws IllegalStateException if the next token is not a string or if
408 throw new IllegalStateException("Expected a string but was " + peek());
420 * @throws IllegalStateException if the next token is not a boolean or if
426 throw new IllegalStateException("Expected a boolean but was " + token);
438 * @throws IllegalStateException if the next token is not null or if this
444 throw new IllegalStateException("Expected null but was " + token);
455 * @throws IllegalStateException if the next token is not a literal value
    [all...]

Completed in 614 milliseconds

1 2 3 4 56 7 8 91011>>