HomeSort by relevance Sort by last modified time
    Searched refs:errorException (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/CoreTests/android/core/
MonitorTest.java 121 MonitorTest.errorException = t;
185 MonitorTest.errorException = t;
267 private static Throwable errorException;
275 errorException = null;
289 if (errorException != null) {
291 errorException);
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 417 Exception errorException = null;
423 errorException = e;
429 if (errorException != null) {
430 Log.w(TAG, mArchiveSourcePath, errorException);
    [all...]

Completed in 565 milliseconds