HomeSort by relevance Sort by last modified time
    Searched refs:IllegalStateException (Results 26 - 50 of 907) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/crypto/
Mac.java 234 * @throws IllegalStateException
237 public final void update(byte input) throws IllegalStateException {
239 throw new IllegalStateException();
254 * @throws IllegalStateException
260 public final void update(byte[] input, int offset, int len) throws IllegalStateException {
262 throw new IllegalStateException();
278 * @throws IllegalStateException
281 public final void update(byte[] input) throws IllegalStateException {
283 throw new IllegalStateException();
297 * @throws IllegalStateException
    [all...]
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 45 throws InvalidKeyException, IllegalStateException {
47 throw new IllegalStateException("last Phase is false");
53 protected byte[] engineGenerateSecret() throws IllegalStateException {
59 throws IllegalStateException, ShortBufferException {
65 throws IllegalStateException, NoSuchAlgorithmException,
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 46 throws InvalidKeyException, IllegalStateException {
48 throw new IllegalStateException("last Phase is false");
54 protected byte[] engineGenerateSecret() throws IllegalStateException {
60 throws IllegalStateException, ShortBufferException {
66 throws IllegalStateException, NoSuchAlgorithmException,
  /packages/apps/Exchange/src/com/android/exchange/
SecurityPolicyDelegate.java 40 throw new IllegalStateException("PolicyService transaction failed");
48 throw new IllegalStateException("PolicyService transaction failed");
56 throw new IllegalStateException("PolicyService transaction failed");
72 throw new IllegalStateException("PolicyService transaction failed");
89 throw new IllegalStateException("PolicyService transaction failed");
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
Matcher2Test.java 44 fail("IllegalStateException expected");
45 } catch (IllegalStateException e) {
50 fail("IllegalStateException expected");
51 } catch (IllegalStateException e) {
56 fail("IllegalStateException expected");
57 } catch (IllegalStateException e) {
62 fail("IllegalStateException expected");
63 } catch (IllegalStateException e) {
68 fail("IllegalStateException expected");
69 } catch (IllegalStateException e)
    [all...]
  /external/apache-http/src/org/apache/http/entity/
BasicHttpEntity.java 74 * @throws IllegalStateException
79 throws IllegalStateException {
81 throw new IllegalStateException("Content has not been provided");
84 throw new IllegalStateException("Content has been consumed");
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 64 throw new IllegalStateException("uncommitted write already in progress");
91 throw new IllegalStateException("no file to commit");
102 throw new IllegalStateException("no file to roll back");
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Matcher2Test.java 42 fail("IllegalStateException expected");
43 } catch (IllegalStateException e) {
48 fail("IllegalStateException expected");
49 } catch (IllegalStateException e) {
54 fail("IllegalStateException expected");
55 } catch (IllegalStateException e) {
60 fail("IllegalStateException expected");
61 } catch (IllegalStateException e) {
66 fail("IllegalStateException expected");
67 } catch (IllegalStateException e)
    [all...]
  /cts/tools/dex-tools/test/dex/reader/util/
MemoryByteCode.java 45 throw new IllegalStateException();
54 throw new IllegalStateException();
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStreamTest.java 34 fail("IllegalStateException expected");
35 } catch (IllegalStateException e) {
43 fail("IllegalStateException expected");
44 } catch (IllegalStateException e) {
  /frameworks/base/core/java/android/database/
Observable.java 36 * @throws IllegalStateException the observer is already registered
44 throw new IllegalStateException("Observer " + observer + " is already registered.");
55 * @throws IllegalStateException the observer is not yet registered
64 throw new IllegalStateException("Observer " + observer + " was not registered.");
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
MediaPlayerProxy.java 39 void setDataSource(String path) throws IllegalStateException, IOException;
40 void setDataSource(Context context, Uri intentUri) throws IllegalStateException, IOException;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLContextImpl.java 40 throw new IllegalStateException("SSLContext is not initialized.");
48 throw new IllegalStateException("SSLContext is not initialized.");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStreamTest.java 34 fail("IllegalStateException expected");
35 } catch (IllegalStateException e) {
43 fail("IllegalStateException expected");
44 } catch (IllegalStateException e) {
KeyAgreementSpiTest.java 49 IllegalStateException {
54 protected byte[] engineGenerateSecret() throws IllegalStateException {
59 protected SecretKey engineGenerateSecret(String algorithm) throws IllegalStateException,
66 throws IllegalStateException, ShortBufferException {
95 fail("IllegalStateException must be thrown");
96 } catch (IllegalStateException e) {
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 308 throw new IllegalStateException(
324 throw new IllegalStateException(
333 throw new IllegalStateException(
340 throw new IllegalStateException(
354 public String[] listInterfaces() throws IllegalStateException {
361 throw new IllegalStateException(
366 public InterfaceConfiguration getInterfaceConfig(String iface) throws IllegalStateException {
372 throw new IllegalStateException(
385 throw new IllegalStateException(
390 throw new IllegalStateException(
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 152 * @throws IllegalStateException
157 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
165 * @throws IllegalStateException
170 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
181 * @throws IllegalStateException
186 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
194 * @throws IllegalStateException
199 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
208 * @throws IllegalStateException
213 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException
    [all...]
  /external/apache-http/src/org/apache/http/
HttpEntity.java 141 * @throws IllegalStateException
145 InputStream getContent() throws IOException, IllegalStateException;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1ParsingException.java 4 extends IllegalStateException
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 119 * @throws IllegalStateException if the next record header has not yet been read
125 throw new IllegalStateException("Entity header not read");
134 * @throws IllegalStateException if the next record header has not yet been read
140 throw new IllegalStateException("Entity header not read");
168 throw new IllegalStateException("Entity header not read");
184 throw new IllegalStateException("Entity header not read");
  /frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java 25 import java.lang.IllegalStateException;
58 if (mAudioRecord == 0) throw new IllegalStateException("not open");
65 if (mAudioRecord == 0) throw new IllegalStateException("not open");
71 if (mAudioRecord == 0) throw new IllegalStateException("not open");
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithOnItemSelectedAction.java 37 throw new IllegalStateException("something is fishy... the selected postion does not " +
  /frameworks/base/media/java/android/media/
MediaRecorder.java 269 * @throws IllegalStateException if it is called after setOutputFormat()
273 throws IllegalStateException;
288 * @throws IllegalStateException if it is called after setOutputFormat()
292 throws IllegalStateException;
407 * @throws IllegalStateException if it is called after prepare() or before
412 throws IllegalStateException;
421 * @throws IllegalStateException if it is called after
425 throws IllegalStateException;
433 * @throws IllegalStateException if it is called after
440 public native void setVideoFrameRate(int rate) throws IllegalStateException;
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 150 throw new IllegalStateException("Connection already open.");
208 throw new IllegalStateException("Connection not open.");
211 throw new IllegalStateException
253 throw new IllegalStateException("Connection not open.");
282 throw new IllegalStateException("Connection not open.");
286 throw new IllegalStateException
290 throw new IllegalStateException
  /cts/tests/tests/database/src/android/database/cts/
ObservableTest.java 56 fail("unregisterObserver should throw a IllegalStateException here.");
57 } catch (IllegalStateException e) {
73 fail("registerObserver should throw a IllegalStateException here.");
74 } catch (IllegalStateException e) {
83 fail("unregisterObserver should throw a IllegalStateException here.");
84 } catch (IllegalStateException e) {
106 fail("registerObserver should throw a IllegalStateException here.");
107 } catch (IllegalStateException e) {
111 fail("registerObserver should throw a IllegalStateException here.");
112 } catch (IllegalStateException e)
    [all...]

Completed in 798 milliseconds

12 3 4 5 6 7 8 91011>>