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

<<51525354555657585960>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceTargetFilter.java 92 throw new RuntimeException("NULL Surface passed to SurfaceTargetFilter");
108 throw new RuntimeException("Unknown render mode '" + mRenderModeString + "'!");
239 throw new RuntimeException("Could not register Surface: " + mSurface);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 162 * All images are cleaned up when we get an unexpected RuntimeException.
170 thenThrow(new RuntimeException());
174 } catch(RuntimeException e) {
  /frameworks/base/telephony/java/android/telephony/
TelephonyScanManager.java 117 throw new RuntimeException(
123 throw new RuntimeException(
127 throw new RuntimeException(
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 149 throw new RuntimeException(ex);
170 throw new RuntimeException(ex);
210 throw new RuntimeException(ex);
  /frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
Hprof.java 161 throw new RuntimeException(e);
216 throw new RuntimeException("Failed getting dump...");
223 throw new RuntimeException(e);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UnitTest.java 55 throw new RuntimeException(
191 * Throws RuntimeException if any tests have the same name.
204 throw new RuntimeException("duplicate name(s): " + duplicates);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UnitTest.java 57 throw new RuntimeException(
193 * Throws RuntimeException if any tests have the same name.
206 throw new RuntimeException("duplicate name(s): " + duplicates);
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatApi24Impl.java 105 throw new RuntimeException(e);
116 throw new RuntimeException(e);
127 throw new RuntimeException(e);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
MockAbstractPreferences.java 32 static final int runtimeException = 2;
104 case runtimeException:
251 class MockRuntimeException extends RuntimeException {
  /libcore/ojluni/src/test/java/nio/file/attribute/
BasicFileAttributeViewCreationTimeTest.java 74 throw new RuntimeException("Expected to be close to: " + now);
105 throw new RuntimeException("Creation time should not have changed");
119 throw new RuntimeException("Creation time not changed");
  /packages/apps/Camera2/src/com/android/camera/
OnScreenHint.java 82 throw new RuntimeException("View is not initialized");
126 throw new RuntimeException("This OnScreenHint was not "
131 throw new RuntimeException("This OnScreenHint was not "
  /packages/apps/Camera2/src/com/android/camera/one/v1/
OneCameraCharacteristicsImpl.java 93 throw new RuntimeException("Not implemented yet.");
98 throw new RuntimeException("Not implemented yet.");
114 throw new RuntimeException("Not implemented yet.");
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 76 throw new RuntimeException("Not implemented");
81 throw new RuntimeException("Not implemented");
179 throw new RuntimeException("Not implemented");
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DbDowngradeHelperTest.java 171 throw new RuntimeException("DB should already be created");
176 throw new RuntimeException("Only downgrade supported");
189 private static class DowngradeFailException extends RuntimeException {
  /packages/apps/LegacyCamera/src/com/android/camera/
OnScreenHint.java 85 throw new RuntimeException("setView must have been called");
128 throw new RuntimeException("This OnScreenHint was not "
133 throw new RuntimeException("This OnScreenHint was not "
  /packages/experimental/KBars/app/src/main/java/js/kbars/
FitSystemWindowsActivity.java 57 RuntimeException runtimeException = new RuntimeException(t);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java 143 throw new RuntimeException("unknown icon name: " + name);
151 throw new RuntimeException("unknown icon name: " + name);
159 throw new RuntimeException("unknown icon id: " + getIconName(iconId));
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
LocaleUtils.java 69 throw new RuntimeException("Unknown locale format: " + localeStr);
80 throw new RuntimeException("Unknown locale format: " + localeStr);
88 throw new RuntimeException("Unknown locale format: " + localeStr);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestCase.java 190 throw new RuntimeException("Package name can't be null or empty");
196 throw new RuntimeException(
220 throw new RuntimeException("The device is not registered with a google account");
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
CommonLauncherHelper.java 79 throw new RuntimeException(
95 throw new RuntimeException("App icon was not visible.");
164 throw new RuntimeException(
  /prebuilts/tools/common/m2/repository/com/apple/AppleJavaExtensions/1.4/
AppleJavaExtensions-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /tools/loganalysis/src/com/android/loganalysis/parser/
TraceFormatParser.java 90 throw new RuntimeException("Cannot parse format line: expect one-line trace format");
96 throw new RuntimeException("Cannot parse format line: unexpected format");
138 throw new RuntimeException("Unrecognized specifier: " + printfMatcher.group());
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
ShardMasterResultForwarder.java 143 } catch (RuntimeException e) {
145 "RuntimeException while invoking %s#testLog",
162 } catch (RuntimeException e) {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/python/
PythonBinaryHostTest.java 128 throw new RuntimeException(
156 throw new RuntimeException(
172 throw new RuntimeException(e);

Completed in 1713 milliseconds

<<51525354555657585960>>