OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalStateException
(Results
551 - 575
of
1476
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java
434
throw new
IllegalStateException
("freq=" + er.freq);
463
throw new
IllegalStateException
("freq=" + er.freq);
493
throw new
IllegalStateException
("Can handle only 1 byDayOfWeek in monthly");
496
throw new
IllegalStateException
(
506
throw new
IllegalStateException
(
513
throw new
IllegalStateException
("Can handle only one bymonthday");
521
throw new
IllegalStateException
("There's no recurrence");
543
throw new
IllegalStateException
("end = END_BY_DATE but endDate is null");
550
throw new
IllegalStateException
("count is " + er.count);
575
throw new
IllegalStateException
("month repeat by nth week but n is
[
all
...]
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java
85
fail("moveToFirst didn't throw
IllegalStateException
after closed.");
86
} catch (
IllegalStateException
e) {
130
fail("didn't throw
IllegalStateException
when register existed observer");
131
} catch (
IllegalStateException
e) {
/cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java
212
fail("Should have thrown
IllegalStateException
");
213
} catch (
IllegalStateException
ex) {
222
fail("Should have thrown
IllegalStateException
");
223
} catch (
IllegalStateException
ex) {
/cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java
103
fail("should throw
IllegalStateException
");
104
} catch (
IllegalStateException
e) {
206
fail("should throw
IllegalStateException
");
207
} catch (
IllegalStateException
e) {
/cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java
146
fail("Should throw
IllegalStateException
");
147
} catch (
IllegalStateException
e) {
169
fail("Should throw
IllegalStateException
");
170
} catch (
IllegalStateException
e) {
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java
135
throw new
IllegalStateException
("TabHost already set");
224
throw new
IllegalStateException
("No tab known for tag " + tabId);
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
AsyncTask.java
553
* @throws
IllegalStateException
If {@link #getStatus()} returns either
591
* @throws
IllegalStateException
If {@link #getStatus()} returns either
601
throw new
IllegalStateException
("Cannot execute task:"
604
throw new
IllegalStateException
("Cannot execute task:"
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTree.java
285
throw new
IllegalStateException
("parents don't match; expected "+parent+" found "+this.getParent());
288
throw new
IllegalStateException
("child indexes don't match; expected "+i+" found "+this.getChildIndex());
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_ImplTest.java
87
NoSuchAlgorithmException,
IllegalStateException
,
92
fail("
IllegalStateException
must be thrown");
93
} catch (
IllegalStateException
e) {
/external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java
168
* @throws
IllegalStateException
if this manager is shut down
171
throws
IllegalStateException
{
174
throw new
IllegalStateException
("Manager is shut down.");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
PBE.java
85
throw new
IllegalStateException
("PKCS5 scheme 1 only supports MD2, MD5 and SHA1.");
130
throw new
IllegalStateException
("unknown digest scheme for PBE encryption.");
/external/easymock/src/org/easymock/
MockControl.java
116
* @throws
IllegalStateException
127
* @throws
IllegalStateException
140
* @exception
IllegalStateException
157
* @exception
IllegalStateException
178
* @throws
IllegalStateException
195
* @exception
IllegalStateException
214
* @exception
IllegalStateException
237
* @throws
IllegalStateException
256
* @throws
IllegalStateException
272
* @exception
IllegalStateException
[
all
...]
/external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java
86
throw new
IllegalStateException
("data path not set");
363
IllegalStateException
.class,
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java
195
throw new
IllegalStateException
(
209
throw new
IllegalStateException
("maximum size of " + maximumSize + " was already set");
/external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java
285
} catch (
IllegalStateException
expected) {
328
} catch (
IllegalStateException
expected) {
/external/jmdns/src/javax/jmdns/
ServiceInfo.java
656
* @exception
IllegalStateException
659
public abstract void setText(final byte[] text) throws
IllegalStateException
;
666
* @exception
IllegalStateException
669
public abstract void setText(final Map<String, ?> props) throws
IllegalStateException
;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Structure.java
177
throw new
IllegalStateException
("This structure is not of type: 'ListBase'");
236
throw new
IllegalStateException
("Call the 'fill' method and fill the structure with data first!");
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
AbstractTextureBlender.java
119
throw new
IllegalStateException
("Unknown blend type: " + blendtype);
192
throw new
IllegalStateException
("Unknown ramp type: " + type);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java
91
throw new
IllegalStateException
( "Kernel already initialized." );
108
throw new
IllegalStateException
( "Kernel not initialized." );
/external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java
109
throw new
IllegalStateException
("No more escaping functions to pop.");
236
throw new
IllegalStateException
("No more auto escaping modes to pop.");
/external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java
217
throw new
IllegalStateException
("need to set private key with " +
230
throw new
IllegalStateException
("need to set public key with " +
/external/protobuf/java/src/test/java/com/google/protobuf/
DynamicMessageTest.java
71
} catch (
IllegalStateException
e) {
83
} catch (
IllegalStateException
e) {
/external/smack/src/org/jivesoftware/smack/
Roster.java
193
* @throws
IllegalStateException
if connection is not logged in or logged in anonymously
197
throw new
IllegalStateException
("Not logged in to server.");
200
throw new
IllegalStateException
("Anonymous users can't have a roster.");
243
* @throws
IllegalStateException
if connection is not logged in or logged in anonymously
247
throw new
IllegalStateException
("Not logged in to server.");
250
throw new
IllegalStateException
("Anonymous users can't have a roster.");
270
* @throws
IllegalStateException
if connection is not logged in or logged in anonymously
274
throw new
IllegalStateException
("Not logged in to server.");
277
throw new
IllegalStateException
("Anonymous users can't have a roster.");
441
* @throws
IllegalStateException
if connection is not logged in or logged in anonymousl
[
all
...]
/external/smack/src/org/jivesoftware/smackx/
PrivateDataManager.java
140
throw new
IllegalStateException
("Must be logged in to XMPP server.");
159
throw new
IllegalStateException
("Must be logged in to XMPP server.");
/frameworks/base/core/java/android/app/
DialogFragment.java
467
throw new
IllegalStateException
("DialogFragment can not be attached to a container view");
474
throw new
IllegalStateException
(
Completed in 1703 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>