HomeSort by relevance Sort by last modified time
    Searched refs:IllegalStateException (Results 276 - 300 of 1476) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java 173 } catch (IllegalStateException e) {
265 } catch (IllegalStateException e) {
294 } catch (IllegalStateException e) {
453 } catch (IllegalStateException e) {
483 } catch (IllegalStateException e) {
523 } catch (IllegalStateException e) {
556 } catch (IllegalStateException e) {
589 } catch (IllegalStateException e) {
623 } catch (IllegalStateException e) {
660 } catch (IllegalStateException e)
    [all...]
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 77 throw new IllegalStateException("Maximum command length " + builder.maxLength
86 throw new IllegalStateException("Already started!");
109 throw new IllegalStateException("Not started!");
118 throw new IllegalStateException("Not started!");
  /cts/tests/src/android/opengl/cts/
EglConfigStubActivity.java 89 throw new IllegalStateException("Coudn't finish drawing frames!");
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 121 throw new IllegalStateException("Use setNumGroups and setNumChildren instead.");
186 throw new IllegalStateException("packedPosition is not a valid position.");
200 throw new IllegalStateException("packedPosition is not a valid position.");
228 throw new IllegalStateException("position out of range for adapter!");
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 68 }catch(IllegalStateException e){
105 }catch(IllegalStateException e){
329 }catch(IllegalStateException e){
338 }catch(IllegalStateException e){
355 }catch(IllegalStateException e){
373 }catch(IllegalStateException e){
430 }catch(IllegalStateException e){
512 } catch (IllegalStateException e) {
537 } catch (IllegalStateException e) {
562 } catch (IllegalStateException e)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorTestOperation.java 47 throw new IllegalStateException("The operation has already been started.");
  /cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java 88 } catch (IllegalStateException e) {
114 } catch (IllegalStateException e) {
143 } catch (IllegalStateException e) {
199 } catch (IllegalStateException e) {
  /developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
Pools.java 63 * @throws IllegalStateException If the instance is already in the pool.
112 throw new IllegalStateException("Already in the pool!");
  /developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java 90 * @throws IllegalStateException If the instance is already in the pool.
151 * @throws IllegalStateException If the object already exists in the
157 throw new IllegalStateException("Already in the pool!");
227 * @throws IllegalStateException If the object already exists in the
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
Pools.java 63 * @throws IllegalStateException If the instance is already in the pool.
112 throw new IllegalStateException("Already in the pool!");
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
Pools.java 63 * @throws IllegalStateException If the instance is already in the pool.
112 throw new IllegalStateException("Already in the pool!");
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 63 throw new IllegalStateException("CompatTab must have a CompatTabListener");
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
KeyAgreementSpiTest.java 62 fail("IllegalStateException must be thrown");
63 } catch (IllegalStateException e) {
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanism_ImplTest.java 94 fail("IllegalStateException must be thrown");
95 } catch (IllegalStateException e) {
99 fail("IllegalStateException must be thrown");
100 } catch (IllegalStateException e) {
104 fail("IllegalStateException must be thrown");
105 } catch (IllegalStateException e) {
109 fail("IllegalStateException must be thrown");
110 } catch (IllegalStateException e) {
KeyAgreement_Impl1Test.java 66 InvalidKeyException, IllegalStateException {
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
KeyManagerFactoryImplTest.java 77 fail("No expected IllegalStateException");
78 } catch (IllegalStateException e) {
TrustManagerFactoryImplTest.java 76 fail("No expected IllegalStateException");
77 } catch (IllegalStateException e) {
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 74 * @throws IllegalStateException
80 throw new IllegalStateException
95 * @throws IllegalStateException
  /external/apache-http/src/org/apache/http/entity/
SerializableEntity.java 69 public InputStream getContent() throws IOException, IllegalStateException {
  /external/apache-http/src/org/apache/http/message/
BasicListHeaderIterator.java 190 throw new IllegalStateException("No header to remove.");
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
CertUtils.java 46 throw new IllegalStateException("cannot produce certificate signature");
58 throw new IllegalStateException("cannot produce attribute certificate signature");
70 throw new IllegalStateException("cannot produce certificate signature");
211 throw new IllegalStateException("unable to recover date: " + e.getMessage());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 86 throws DataLengthException, IllegalStateException
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V1CertificateGenerator.java 277 throws CertificateEncodingException, IllegalStateException, NoSuchAlgorithmException, SignatureException, InvalidKeyException
293 throws CertificateEncodingException, IllegalStateException, NoSuchAlgorithmException, SignatureException, InvalidKeyException
318 throws CertificateEncodingException, IllegalStateException, NoSuchProviderException, NoSuchAlgorithmException, SignatureException, InvalidKeyException
332 throws CertificateEncodingException, IllegalStateException, NoSuchProviderException, NoSuchAlgorithmException, SignatureException, InvalidKeyException
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 85 throw new IllegalStateException("Unsupported in AwPicture");
  /external/easymock/src/org/easymock/internal/
Results.java 38 new IllegalStateException(

Completed in 1327 milliseconds

<<11121314151617181920>>