HomeSort by relevance Sort by last modified time
    Searched full:runtimeexception (Results 2426 - 2450 of 7326) sorted by null

<<919293949596979899100>>

  /packages/apps/Launcher3/src/com/android/launcher3/model/
AddWorkspaceItemsTask.java 105 throw new RuntimeException("Unexpected info type");
270 throw new RuntimeException("Can't find space to add the item");
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageRequest.java 116 throw new RuntimeException("Error decoding gif");
122 throw new RuntimeException("failed decoding bitmap");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 133 try { jj_input_stream = new SimpleCharStream(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); }
145 try { jj_input_stream.ReInit(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); }
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTransaction.java 108 new RuntimeException("startTransactionForDb"));
188 callerIsBatch, new RuntimeException("ContactsTransaction.finish"));
FastScrollingIndexCache.java 198 } catch (RuntimeException e) {
317 } catch (RuntimeException e) {
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbSettingsStorage.java 83 throw new RuntimeException("Querying for device: " + device
150 throw new RuntimeException("Cursor is not reset to before first element");
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
UsbDeviceStateController.java 146 throw new RuntimeException("cannot open conneciton for device: " + device);
150 throw new RuntimeException("resetDevice failed for device: " + device);
  /system/timezone/zone_compactor/main/java/
ZoneCompactor.java 147 throw new RuntimeException("zone filename too long: " + zoneName.length());
193 throw new RuntimeException("non-ASCII string: " + src);
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PreloadedClassesTest.java 116 throw new RuntimeException(msg);
151 throw new RuntimeException(msg);
  /tools/tradefederation/core/src/com/android/tradefed/device/
RemoteAndroidDevice.java 78 throw new RuntimeException(
90 throw new RuntimeException(
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandRunnerTest.java 201 "java.lang.RuntimeException: StubTest RuntimeException"));
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ITestSuiteTest.java 127 throw new RuntimeException(e);
140 private RuntimeException mRunException;
148 public StubCollectingTest(RuntimeException e) {
374 throw new RuntimeException(e);
419 fake.setTest(new StubCollectingTest(new RuntimeException()));
423 throw new RuntimeException(e);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 672 } catch (RuntimeException e) {
677 } catch (RuntimeException ex) {
688 } catch (RuntimeException e) {
703 } catch (RuntimeException e) {
709 } catch (RuntimeException ex1) {
727 } catch (RuntimeException e) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduHeaders.java 490 throw new RuntimeException("Invalid header field!");
539 throw new RuntimeException("Invalid header field!");
603 throw new RuntimeException("Invalid header field!");
634 throw new RuntimeException("Invalid header field!");
663 throw new RuntimeException("Invalid header field!");
717 throw new RuntimeException("Invalid header field!");
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 775 final RuntimeException exception = new RuntimeException("deliberate");
788 final RuntimeException exception = new RuntimeException("deliberate");
802 final RuntimeException exception = new RuntimeException("deliberate");
MoreExecutorsTest.java 326 RuntimeException ex = new RuntimeException();
336 RuntimeException ex = new RuntimeException();
389 final RuntimeException thrown;
392 ThrowingRunnable(int throwAfterCount, RuntimeException thrown) {
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 249 * If there are IO errors, throws a RuntimeException.
270 RuntimeException re = new RuntimeException("IO Error");
279 * a RuntimeException.
293 RuntimeException re = new RuntimeException("IO Error");
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 337 throw new RuntimeException("Callbacks must add text or a content description in "
390 throw new RuntimeException("Views cannot have both real and virtual children");
447 throw new RuntimeException("Callbacks must add text or a content description in "
453 throw new RuntimeException("Callbacks must set parent bounds in "
459 throw new RuntimeException("Callbacks must not add ACTION_ACCESSIBILITY_FOCUS in "
463 throw new RuntimeException("Callbacks must not add ACTION_CLEAR_ACCESSIBILITY_FOCUS in "
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsStorage.java 106 throw new RuntimeException("Empty hash for CredentialHash");
110 throw new RuntimeException("None type CredentialHash should not have hash");
126 throw new RuntimeException("Bad type for CredentialHash");
158 throw new RuntimeException(e);
175 throw new RuntimeException(e);
713 throw new RuntimeException("ByteArrayOutputStream cannot throw IOException");
    [all...]
  /frameworks/base/services/core/jni/BroadcastRadio/
convert.cpp 154 } RuntimeException;
230 auto runtimeExc = make_javaref(env, env->NewObject(gjni.RuntimeException.clazz,
231 gjni.RuntimeException.cstor, jMsg.get()));
762 auto runtimeExcClass = FindClassOrDie(env, "java/lang/RuntimeException");
763 gjni.RuntimeException.clazz = MakeGlobalRefOrDie(env, runtimeExcClass);
764 gjni.RuntimeException.cstor = GetMethodIDOrDie(env, runtimeExcClass, "<init>",
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Filter.java 560 throw new RuntimeException("Attempting to connect already connected output port '"
563 throw new RuntimeException("Attempting to connect already connected input port '"
635 throw new RuntimeException("Attempting to tear-down filter " + this + " which is "
692 } catch (RuntimeException e) {
693 throw new RuntimeException("Could not open output port " + outPort + "!", e);
754 throw new RuntimeException("Attempting to modify filter state while runner is "
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduHeaders.java 490 throw new RuntimeException("Invalid header field!");
539 throw new RuntimeException("Invalid header field!");
603 throw new RuntimeException("Invalid header field!");
634 throw new RuntimeException("Invalid header field!");
663 throw new RuntimeException("Invalid header field!");
717 throw new RuntimeException("Invalid header field!");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadGroupTest.java 562 class TestException extends RuntimeException {
580 Thread thread = new Thread(testRoot, null, "RuntimeException thread") {
602 class TestException extends RuntimeException {
617 Thread thread = new Thread(testRoot, null, "RuntimeException thread") {
636 class UncaughtException extends RuntimeException {
652 throw new RuntimeException();
  /libcore/ojluni/src/main/java/java/security/
KeyPairGenerator.java 673 RuntimeException failure = null;
683 } catch (RuntimeException e) {
717 if (failure instanceof RuntimeException) {
718 throw (RuntimeException)failure;
729 RuntimeException failure = null;
734 } catch (RuntimeException e) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 506 throw new RuntimeException(TAG + " sNativeAvailable == false - native not initialized");
535 throw new RuntimeException(TAG + " sNativeAvailable == false - native not initialized");
565 throw new RuntimeException(TAG + " sNativeAvailable == false - native not initialized");
594 throw new RuntimeException(TAG + " sNativeAvailable == false - native not initialized");
617 throw new RuntimeException(TAG + " sNativeAvailable == false - native not initialized");
632 throw new RuntimeException(TAG + " sNativeAvailable == false - native not initialized");

Completed in 1779 milliseconds

<<919293949596979899100>>