OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalStateException
(Results
51 - 75
of
1476
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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) {
CipherInputStreamTest.java
54
fail("
IllegalStateException
expected!");
55
} catch (
IllegalStateException
e) {
61
fail("
IllegalStateException
expected!");
62
} catch (
IllegalStateException
e) {
/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
...]
LoudnessEnhancer.java
72
* @throws java.lang.
IllegalStateException
78
throws
IllegalStateException
, IllegalArgumentException,
98
* @throws java.lang.
IllegalStateException
104
throws
IllegalStateException
, IllegalArgumentException,
118
* @throws
IllegalStateException
123
throws
IllegalStateException
, IllegalArgumentException, UnsupportedOperationException {
130
* @throws
IllegalStateException
135
throws
IllegalStateException
, IllegalArgumentException, UnsupportedOperationException {
264
* @throws
IllegalStateException
269
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/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ParsingException.java
4
extends
IllegalStateException
BERSequenceParser.java
35
throw new
IllegalStateException
(e.getMessage());
DERSequenceParser.java
35
throw new
IllegalStateException
(e.getMessage());
/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/database/sqlite/
SQLiteClosable.java
49
* @throws
IllegalStateException
if the last reference to the object has already
55
throw new
IllegalStateException
(
/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
320
* @throws
IllegalStateException
if it is called after setOutputFormat()
324
throws
IllegalStateException
;
341
* @throws
IllegalStateException
if it is called after setOutputFormat()
345
throws
IllegalStateException
;
467
* @throws
IllegalStateException
if it is called after prepare() or before
472
throws
IllegalStateException
;
481
* @throws
IllegalStateException
if it is called after
485
throws
IllegalStateException
;
493
* @throws
IllegalStateException
if it is called after
500
public native void setVideoFrameRate(int rate) throws
IllegalStateException
;
[
all
...]
MediaTimeProvider.java
62
* @throws
IllegalStateException
if the media is not initialized
65
throws
IllegalStateException
;
MediaMuxer.java
163
throw new
IllegalStateException
("Can't set rotation degrees due" +
181
* @throws
IllegalStateException
If this method is called after {@link #start}.
199
throw new
IllegalStateException
("Can't set location due to wrong state.");
210
throw new
IllegalStateException
("Muxer has been released!");
216
throw new
IllegalStateException
("Can't start due to wrong state.");
229
throw new
IllegalStateException
("Can't stop due to wrong state.");
259
throw new
IllegalStateException
("Muxer is not initialized.");
262
throw new
IllegalStateException
("Muxer has been released!");
327
throw new
IllegalStateException
("Muxer has been released!");
331
throw new
IllegalStateException
("Can't write, muxer is not started")
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ViewUtil.java
30
* @throws
IllegalStateException
Thrown if the view's width is unknown before a layout pass
37
throw new
IllegalStateException
("Expecting view's width to be a constant rather " +
/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
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
InMemorySharedPreferences.java
135
if (mApplyCalled) throw new
IllegalStateException
();
144
if (mApplyCalled) throw new
IllegalStateException
();
153
if (mApplyCalled) throw new
IllegalStateException
();
162
if (mApplyCalled) throw new
IllegalStateException
();
171
if (mApplyCalled) throw new
IllegalStateException
();
180
if (mApplyCalled) throw new
IllegalStateException
();
189
if (mApplyCalled) throw new
IllegalStateException
();
199
if (mApplyCalled) throw new
IllegalStateException
();
215
if (mApplyCalled) throw new
IllegalStateException
();
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java
71
* @throws
IllegalStateException
if injection fails, common causes being that you have used an
84
throw new
IllegalStateException
("findViewById(" + idValue
91
throw new
IllegalStateException
(e);
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java
54
fail("
IllegalStateException
expected!");
55
} catch (
IllegalStateException
e) {
61
fail("
IllegalStateException
expected!");
62
} catch (
IllegalStateException
e) {
/frameworks/opt/net/voip/src/java/android/net/rtp/
AudioStream.java
84
* @throws
IllegalStateException
if the stream is not properly configured.
117
* @throws
IllegalStateException
if the stream is busy.
121
throw new
IllegalStateException
("Busy");
150
* @throws
IllegalStateException
if the stream is busy.
155
throw new
IllegalStateException
("Busy");
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
exception_type.h
113
class
IllegalStateException
: public Exception {
115
IllegalStateException
() throw() : Exception("Illegal state") {}
116
explicit
IllegalStateException
(const char* message) throw()
118
virtual ~
IllegalStateException
() throw() {}
/external/guava/guava-tests/test/com/google/common/eventbus/
EventHandlerTest.java
113
* @throws
IllegalStateException
if executed in a context where reflection is
123
throw new
IllegalStateException
("This test needs access to reflection.");
136
* @throws
IllegalStateException
if executed in a context where reflection is
146
throw new
IllegalStateException
("This test needs access to reflection.");
159
* @throws
IllegalStateException
if executed in a context where reflection is
169
throw new
IllegalStateException
("This test needs access to reflection.");
187
throw new
IllegalStateException
("Method called more than once.");
Completed in 954 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>