OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalStateException
(Results
526 - 550
of
1476
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/core/java/android/util/
NtpTrustedTime.java
120
throw new
IllegalStateException
("Missing authoritative time source");
/frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java
244
throw new
IllegalStateException
(errorMessage);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java
108
throw new
IllegalStateException
("Unknown unlock mode:" + mode);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java
139
throw new
IllegalStateException
("Attempting to create new Frame outside of "
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java
66
throw new
IllegalStateException
("Could not find provider: " + providerName);
/libcore/crypto/src/main/java/org/conscrypt/
SSLEngineImpl.java
103
throw new
IllegalStateException
("Client/Server mode was not set");
414
throw new
IllegalStateException
(
446
throw new
IllegalStateException
(
579
throw new
IllegalStateException
(
/libcore/luni/src/main/java/java/util/zip/
Inflater.java
91
* called, other methods will typically throw {@code
IllegalStateException
}.
323
throw new
IllegalStateException
("attempt to use Inflater after calling end");
/libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java
98
* @throws
IllegalStateException
if this throwable was
106
throw new
IllegalStateException
("Can't overwrite cause");
/libcore/luni/src/test/java/libcore/util/
CollectionUtilsTest.java
55
} catch (
IllegalStateException
expected) {
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactorySpiTest.java
122
fail("
IllegalStateException
wasn't thrown");
123
} catch (
IllegalStateException
ise) {
126
fail(e + " was thrown instead of
IllegalStateException
");
/libcore/support/src/test/java/tests/http/
MockWebServer.java
84
throw new
IllegalStateException
("Cannot retrieve port before calling play()");
295
throw new
IllegalStateException
("Tunnel without any CONNECT!");
402
throw new
IllegalStateException
("Unexpected request: " + request);
469
throw new
IllegalStateException
("Expected empty but was: " + line);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java
216
throw new
IllegalStateException
("Unable to access cursor");
236
throw new
IllegalStateException
("Unrecognized DisplayType " + mDisplayType);
382
throw new
IllegalStateException
("Unrecognized DisplayType " + mDisplayType);
488
throw new
IllegalStateException
("Unrecognized DisplayType " + mDisplayType);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Fingerprint.java
57
throw new
IllegalStateException
(e);
HttpClientFactory.java
115
throw new
IllegalStateException
("getPackageInfo failed");
/packages/apps/Mms/src/com/android/mms/util/
RateController.java
88
throw new
IllegalStateException
("Uninitialized.");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java
110
if (mGotDrawable) throw new
IllegalStateException
("set() may only be called once.");
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java
347
throw new
IllegalStateException
("Unexpected resource id");
381
throw new
IllegalStateException
("Unexpected MenuType");
395
throw new
IllegalStateException
("Unexpected MenuType");
415
throw new
IllegalStateException
("Unexpected MenuGroupType");
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java
83
throw new
IllegalStateException
(
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaningTracker.java
132
throw new
IllegalStateException
("No new trackers can be added once exitWhenFinished() is called");
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java
171
if (closed) throw new
IllegalStateException
("device already closed");
RamDisk.java
184
if (closed) throw new
IllegalStateException
("device already closed");
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetEncoderTest.java
290
} catch (
IllegalStateException
expected) {
308
} catch (
IllegalStateException
expected) {
318
fail("should throw
IllegalStateException
");
319
} catch (
IllegalStateException
e) {
406
} catch (
IllegalStateException
e) {
435
} catch (
IllegalStateException
e) {
445
} catch (
IllegalStateException
e) {
464
} catch (
IllegalStateException
e) {
491
} catch (
IllegalStateException
e) {
501
} catch (
IllegalStateException
e)
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java
98
fail("Expected
IllegalStateException
");
99
} catch (
IllegalStateException
e) {
132
fail("Expected
IllegalStateException
");
133
} catch (
IllegalStateException
e) {
149
fail("Assert 0: expected an
IllegalStateException
");
150
} catch (
IllegalStateException
e) {
167
fail("Assert 0: expected an
IllegalStateException
");
168
} catch (
IllegalStateException
e) {
321
} catch (
IllegalStateException
expected) {
904
fail("should throw
IllegalStateException
");
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumMapTest.java
470
fail("Should throw
IllegalStateException
"); //$NON-NLS-1$
471
} catch (
IllegalStateException
e) {
476
fail("Should throw
IllegalStateException
"); //$NON-NLS-1$
477
} catch (
IllegalStateException
e) {
482
fail("Should throw
IllegalStateException
"); //$NON-NLS-1$
483
} catch (
IllegalStateException
e) {
519
fail("Should throw
IllegalStateException
"); //$NON-NLS-1$
520
} catch (
IllegalStateException
e) {
538
fail("Should throw
IllegalStateException
"); //$NON-NLS-1$
539
} catch (
IllegalStateException
e)
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java
473
fail("Should throw
IllegalStateException
");
474
} catch (
IllegalStateException
e) {
479
fail("Should throw
IllegalStateException
");
480
} catch (
IllegalStateException
e) {
485
fail("Should throw
IllegalStateException
");
486
} catch (
IllegalStateException
e) {
521
fail("Should throw
IllegalStateException
");
522
} catch (
IllegalStateException
e) {
540
fail("Should throw
IllegalStateException
");
541
} catch (
IllegalStateException
e)
[
all
...]
Completed in 1435 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>