OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalStateException
(Results
726 - 750
of
1476
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java
211
fail("An
IllegalStateException
should be was thrown "
213
} catch (
IllegalStateException
e) {
/packages/apps/Browser/src/com/android/browser/
AutologinBar.java
121
throw new
IllegalStateException
();
/packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java
185
throw new
IllegalStateException
("decodeHtml must have been called");
/packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java
159
throw new
IllegalStateException
("Unknown result value from phone number " +
/packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java
161
IllegalStateException
{
/packages/apps/Email/src/com/android/email/
EmailConnectivityManager.java
172
throw new
IllegalStateException
("ConnectivityManager not registered");
/packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java
69
} catch (
IllegalStateException
e) {
70
//
IllegalStateException
may be thrown if the cursor is stale.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapterBase.java
134
throw new
IllegalStateException
("Unknown viewType " + viewType);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Message.java
107
throw new
IllegalStateException
("Internal stack error: "
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java
242
throw new
IllegalStateException
();
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java
345
* @throws
IllegalStateException
if collection is null or empty.
349
throw new
IllegalStateException
("Collection cannot be null or empty");
356
* @throws
IllegalStateException
if the SensorManager is not present in the system.
362
throw new
IllegalStateException
("SensorService is not present in the system.");
/cts/tests/tests/location/src/android/location/cts/
AddressTest.java
125
fail("should throw
IllegalStateException
.");
126
} catch (
IllegalStateException
e) {
143
fail("should throw
IllegalStateException
.");
144
} catch (
IllegalStateException
e) {
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java
166
} catch (
IllegalStateException
e) {
221
fail("
IllegalStateException
expected");
222
} catch (
IllegalStateException
ee) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DSAParametersGenerator.java
103
throw new
IllegalStateException
("Digest output size too small for value of N");
133
throw new
IllegalStateException
("can only use SHA-1 for generating FIPS 186-2 parameters");
/external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaPlayerBridge.java
81
} catch (
IllegalStateException
e) {
134
protected void seekTo(int msec) throws
IllegalStateException
{
/external/emma/core/java12/com/vladium/logging/
Logger.java
361
throw new
IllegalStateException
("invalid context being popped: " + ctx);
368
throw new
IllegalStateException
("empty logger context stack on thread [" + Thread.currentThread () + "]: " + nsee);
/external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java
509
IllegalStateException
ex = new
IllegalStateException
(re);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderLuminance.java
99
throw new
IllegalStateException
("Invalid image format type for DDS texture blender: " + imageFormat);
218
throw new
IllegalStateException
("Unknown blend type: " + blendtype);
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java
439
throw new
IllegalStateException
("User control must be on bone to allow user transforms");
458
throw new
IllegalStateException
("User control must be on bone to allow user transforms");
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DesktopAssetManager.java
248
throw new
IllegalStateException
("No loader registered for type \"" +
253
throw new
IllegalStateException
("There are no locators currently"+
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java
90
throw new
IllegalStateException
( "Kernel already initialized." );
105
throw new
IllegalStateException
( "Kernel not initialized." );
/external/protobuf/java/src/main/java/com/google/protobuf/
DynamicMessage.java
269
throw new
IllegalStateException
("Cannot call clear() after build().");
316
throw new
IllegalStateException
(
/external/smack/src/org/jivesoftware/smack/
Connection.java
397
* @throws
IllegalStateException
if not connected to the server, or already logged in
409
* @throws
IllegalStateException
if not connected to the server, or already logged in
453
* {@link RosterListener}s will throw an
IllegalStateException
.
463
* @throws
IllegalStateException
if you add a roster store when roster is initializied
465
public abstract void setRosterStorage(RosterStorage storage) throws
IllegalStateException
;
544
* or otherwise an
IllegalStateException
will be thrown.
550
throw new
IllegalStateException
("Not connected to server.");
755
* @throws
IllegalStateException
if the reader or writer isn't yet initialized.
[
all
...]
/external/smack/src/org/xbill/DNS/
Tokenizer.java
317
throw new
IllegalStateException
();
352
* @throws
IllegalStateException
There are already ungotten tokens.
357
throw new
IllegalStateException
/frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java
147
throw new
IllegalStateException
("Connection is already open");
153
throw new
IllegalStateException
("Connection is not open");
Completed in 1553 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>