OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalStateException
(Results
351 - 375
of
1476
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/robolectric/lib/main/
xpp3-1.1.4c.jar
/external/smack/asmack-master/lib/
xpp3-1.1.4c.jar
/frameworks/base/services/java/com/android/server/
NetworkManagementService.java
468
throw new
IllegalStateException
(
484
throw new
IllegalStateException
(
493
throw new
IllegalStateException
(
500
throw new
IllegalStateException
(
509
throw new
IllegalStateException
(
524
throw new
IllegalStateException
(msg);
533
throw new
IllegalStateException
(msg);
604
throw new
IllegalStateException
("Invalid response from daemon: " + event);
614
throw new
IllegalStateException
("Null LinkAddress given");
[
all
...]
/frameworks/base/core/tests/coretests/src/android/util/
JsonReaderTest.java
459
} catch (
IllegalStateException
expected) {
467
} catch (
IllegalStateException
expected) {
478
} catch (
IllegalStateException
expected) {
488
} catch (
IllegalStateException
expected) {
494
} catch (
IllegalStateException
expected) {
499
} catch (
IllegalStateException
expected) {
504
} catch (
IllegalStateException
expected) {
509
} catch (
IllegalStateException
expected) {
514
} catch (
IllegalStateException
expected) {
520
} catch (
IllegalStateException
expected)
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
215
} catch (
IllegalStateException
expected) {
373
} catch (
IllegalStateException
expected) {
442
} catch (
IllegalStateException
expected) {
493
} catch (
IllegalStateException
expected) {
527
} catch (
IllegalStateException
expected) {
643
} catch (
IllegalStateException
expected) {
808
} catch (
IllegalStateException
expected) {
846
} catch (
IllegalStateException
expected) {
940
} catch (
IllegalStateException
expected) {
[
all
...]
MacTest.java
293
* Assertion: throws
IllegalStateException
when Mac is not initialized
310
fail("
IllegalStateException
must be thrown");
311
} catch (
IllegalStateException
e) {
315
fail("
IllegalStateException
must be thrown");
316
} catch (
IllegalStateException
e) {
320
fail("
IllegalStateException
must be thrown");
321
} catch (
IllegalStateException
e) {
325
fail("
IllegalStateException
must be thrown");
326
} catch (
IllegalStateException
e) {
330
fail("
IllegalStateException
must be thrown")
[
all
...]
ExemptionMechanismTest.java
81
fail("
IllegalStateException
must be thrown");
82
} catch (
IllegalStateException
e) {}
94
fail("
IllegalStateException
must be thrown");
95
} catch (
IllegalStateException
e) {}
250
fail("
IllegalStateException
expected");
251
} catch (
IllegalStateException
e) {
288
fail("
IllegalStateException
expected");
289
} catch (
IllegalStateException
e) {
328
fail("
IllegalStateException
expected");
329
} catch (
IllegalStateException
e)
[
all
...]
/external/smack/src/org/jivesoftware/smack/
XMPPConnection.java
207
throw new
IllegalStateException
("Not connected to server.");
210
throw new
IllegalStateException
("Already logged in to server.");
287
throw new
IllegalStateException
("Not connected to server.");
290
throw new
IllegalStateException
("Already logged in to server.");
502
throw new
IllegalStateException
("Not connected to server.");
780
notifyConnectionError(new
IllegalStateException
(
[
all
...]
/frameworks/base/core/java/android/nfc/
NfcAdapter.java
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java
209
} catch (
IllegalStateException
expected) {
215
} catch (
IllegalStateException
expected) {
221
} catch (
IllegalStateException
expected) {
284
fail("
IllegalStateException
expected");
285
} catch (
IllegalStateException
ee) {
320
fail("
IllegalStateException
expected");
321
} catch (
IllegalStateException
ee) {
346
fail("
IllegalStateException
expected");
347
} catch (
IllegalStateException
expected) {
/packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java
157
if (mChosenPattern == null) throw new
IllegalStateException
(
172
throw new
IllegalStateException
("Unexpected stage " + mUiStage + " when "
382
throw new
IllegalStateException
("left footer button pressed, but stage of " +
389
throw new
IllegalStateException
("expected ui stage " + Stage.FirstChoiceValid
395
throw new
IllegalStateException
("expected ui stage " + Stage.ChoiceConfirmed
401
throw new
IllegalStateException
("Help screen is only mode with ok button, but " +
/cts/tests/tests/holo/src/android/holo/cts/
ThemeTestActivity.java
101
throw new
IllegalStateException
();
146
throw new
IllegalStateException
("Did you interrupt the activity?");
/cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java
91
} catch(
IllegalStateException
e) {
98
} catch(
IllegalStateException
e) {
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_ImplTest.java
239
fail("No expected
IllegalStateException
");
240
} catch (
IllegalStateException
e){
269
fail("No expected
IllegalStateException
");
270
} catch (
IllegalStateException
e){
/external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java
107
throw new
IllegalStateException
("Target host not specified in HTTP context");
114
throw new
IllegalStateException
("Client connection not specified in HTTP context");
/external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java
117
throw new
IllegalStateException
("AuthScheme registry not set in HTTP context");
143
} catch (
IllegalStateException
e) {
/external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java
124
throw new
IllegalStateException
138
throw new
IllegalStateException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RFC3394WrapEngine.java
74
throw new
IllegalStateException
("not set for wrapping");
126
throw new
IllegalStateException
("not set for unwrapping");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java
147
throw new
IllegalStateException
("RSADigestSigner not initialised for signature generation.");
173
throw new
IllegalStateException
("RSADigestSigner not initialised for verification");
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegateAdapter.java
146
throw new
IllegalStateException
(
172
throw new
IllegalStateException
("Duplicate showFileChooser result");
HttpAuthDatabase.java
208
} catch (
IllegalStateException
e) {
232
} catch (
IllegalStateException
e) {
/external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioRecordInput.java
57
} catch (
IllegalStateException
e) {
79
} catch (
IllegalStateException
e) {
/external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java
188
} catch (
IllegalStateException
expected) {
254
} catch (
IllegalStateException
expected) {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
IpoHelper.java
136
throw new
IllegalStateException
("Unknown curve rna path: " + rnaPath);
196
throw new
IllegalStateException
("Constatnt ipo object cannot be used for calculating bone tracks!");
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DnaBlockData.java
158
throw new
IllegalStateException
("Structure should be clonable!!!", e);
172
throw new
IllegalStateException
(e.getMessage(), e);
Completed in 1129 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>