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

<<121122123124125126127128129130>>

  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 283 throw new RuntimeException("Unexpected stats report: " + reports);
380 throw new RuntimeException(e);
440 throw new RuntimeException(e);
717 throw new RuntimeException(t);
  /frameworks/av/packages/MediaComponents/src/com/android/media/update/
ApiHelper.java 139 throw new RuntimeException(e);
  /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
ManualBenchmarkState.java 100 throw new RuntimeException("duration is negative: " + duration);
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 80 throw new RuntimeException("Native initialization failed with fd=" + fd);
BackupDataOutput.java 94 throw new RuntimeException("Native initialization failed with fd=" + fd);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 249 } catch (final RuntimeException e) {
419 } catch (RuntimeException e) {
429 } catch (RuntimeException e) {
616 } catch (RuntimeException e) {
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 281 RuntimeException e = new RuntimeException(
647 RuntimeException e = new RuntimeException(
CursorLoader.java 75 } catch (RuntimeException ex) {
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 172 throw new RuntimeException(e);
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 95 throw new RuntimeException("Unknown packet "
DdmHandleThread.java 79 throw new RuntimeException("Unknown packet "
  /frameworks/base/core/java/android/os/
FileBridge.java 72 throw new RuntimeException("Failed to create bridge");
ServiceManagerNative.java 173 } catch (RuntimeException e) {
ZygoteProcess.java 218 * @throws RuntimeException on fatal start failure
239 throw new RuntimeException(
465 throw new RuntimeException("Unable to connect to zygote for abi: " + abi, ex);
709 throw new RuntimeException("Starting child-zygote through Zygote failed", ex);
  /frameworks/base/core/java/android/security/keystore/recovery/
TrustedRootCertificates.java 177 throw new RuntimeException(e);
  /frameworks/base/core/java/android/security/net/config/
DirectoryCertificateSource.java 60 throw new RuntimeException("Failed to obtain X.509 CertificateFactory", e);
  /frameworks/base/core/java/android/text/style/
AccessibilityClickableSpan.java 138 throw new RuntimeException(
  /frameworks/base/core/java/android/transition/
PatternPathMotion.java 60 throw new RuntimeException("pathData must be supplied for patternPathMotion");
  /frameworks/base/core/java/android/view/
DragEvent.java 141 private RuntimeException mRecycledLocation;
446 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation);
448 mRecycledLocation = new RuntimeException("Last recycled here");
451 throw new RuntimeException(toString() + " recycled twice!");
  /frameworks/base/core/java/android/view/animation/
ClipRectAnimation.java 120 throw new RuntimeException("Expected non-null animation clip rects");
  /frameworks/base/core/java/android/widget/
Toast.java 129 throw new RuntimeException("setView must have been called");
324 throw new RuntimeException("This Toast was not created with Toast.makeText()");
328 throw new RuntimeException("This Toast was not created with Toast.makeText()");
393 throw new RuntimeException(
  /frameworks/base/core/java/com/android/internal/util/
HexDump.java 161 throw new RuntimeException ("Invalid hex char '" + c + "'");
  /frameworks/base/core/jni/
android_os_SystemProperties.cpp 111 jniThrowException(env, "java/lang/RuntimeException",
  /frameworks/base/core/tests/coretests/src/android/database/
SQLiteOpenHelperTest.java 95 } catch (RuntimeException ex) {
  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 138 throw new RuntimeException(msg);

Completed in 1140 milliseconds

<<121122123124125126127128129130>>