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

<<31323334353637383940>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FieldPort.java 67 throw new RuntimeException(
79 throw new RuntimeException("Cannot pull frame on " + this + "!");
KeyValueMap.java 31 throw new RuntimeException("Key-Value arguments passed into setKeyValues must be "
36 throw new RuntimeException("Key-value argument " + i + " must be a key of type "
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
CallbackFilter.java 88 throw new RuntimeException("Unable to send callback to UI thread!");
94 throw new RuntimeException("CallbackFilter received frame, but no listener set!");
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
SimpleImageFilter.java 50 throw new RuntimeException("Internal Error: mProgram field not found!");
100 throw new RuntimeException("Could not create a program for image filter " + this + "!");
ToGrayFilter.java 64 throw new RuntimeException("Native toGray not implemented yet!");
71 throw new RuntimeException("Unsupported GL input channels: " +
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
SettingsLibRobolectricTestRunner.java 62 throw new RuntimeException("SettingsLibRobolectricTestRunner failure", e);
70 throw new RuntimeException("SettingsLibRobolectricTestRunner failure", e);
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 80 } catch (RuntimeException e) {
81 Log.e(TAG, "RuntimeException deleting old files", e);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemBars.java 75 private RuntimeException andLog(String msg, Throwable t) {
77 throw new RuntimeException(msg, t);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarNavigationButton.java 78 throw new RuntimeException("Failed to attach intent", e);
95 throw new RuntimeException("Failed to attach long press intent", e);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
SysuiBaseFragmentTest.java 60 when(inst.getContext()).thenThrow(new RuntimeException(
62 when(inst.getTargetContext()).thenThrow(new RuntimeException(
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DozeHostFake.java 54 throw new RuntimeException("not implemented");
89 throw new RuntimeException("not implemented");
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockWeaverService.java 38 throw new RuntimeException("Invalid slot id");
47 throw new RuntimeException("Invalid slot id");
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsMultiEndpointImplBase.java 64 * @throws RuntimeException if the connection to the framework is not available.
72 throw new RuntimeException(e);
  /frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
BackgroundDexOptServiceIntegrationTests.java 89 throw new RuntimeException(
93 throw new RuntimeException(
97 throw new RuntimeException("pm.dexopt.bg-dexopt should not be \"quicken\"");
100 throw new RuntimeException("pm.dexopt.inactive should not be \"quicken\"");
120 throw new RuntimeException("Couldn't delete big file");
150 throw new RuntimeException(e);
162 throw new RuntimeException(String.format("failed command: '%s'", cmd));
186 throw new RuntimeException("Couldn't find compiler filter in dumpsys package");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameBuffer1D.java 86 throw new RuntimeException("Cannot access Frame of type " + type + " as a FrameBuffer "
91 throw new RuntimeException("Cannot access Frame with no dimensions as a FrameBuffer "
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
StreamUtil.java 77 throw new RuntimeException(e);
91 throw new RuntimeException(e);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccSlotStatus.java 56 throw new RuntimeException("Unrecognized RIL_CardState: " + state);
72 throw new RuntimeException("Unrecognized RIL_SlotState: " + state);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
GenericPdu.java 67 * RuntimeException if field's value is not Octet.
87 * RuntimeException if field's value is not Octet.
  /frameworks/support/testutils/src/main/java/androidx/testutils/
AppCompatActivityUtils.java 51 throw new RuntimeException(throwable);
63 throw new RuntimeException(t);
FragmentActivityUtils.java 48 throw new RuntimeException(throwable);
60 throw new RuntimeException(t);
  /frameworks/support/transition/src/main/java/androidx/transition/
GhostViewApi21.java 51 throw new RuntimeException(e.getCause());
65 throw new RuntimeException(e.getCause());
TransitionInflater.java 159 throw new RuntimeException("Invalid use of arcMotion element");
164 throw new RuntimeException("Invalid use of pathMotion element");
170 throw new RuntimeException("Invalid use of patternPathMotion element");
174 throw new RuntimeException("Unknown scene name: " + parser.getName());
266 throw new RuntimeException("Could not create " + className, e);
271 throw new RuntimeException("Unknown scene name: " + parser.getName());
301 throw new RuntimeException("Unknown scene name: " + parser.getName());
325 throw new RuntimeException("No toScene for transition ID " + transitionId);
ViewUtilsApi19.java 47 throw new RuntimeException(e.getCause());
63 throw new RuntimeException(e.getCause());
  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 51 } catch (RuntimeException e) {
62 } catch (RuntimeException e) {
  /packages/apps/Dialer/java/com/android/dialer/commandline/impl/
Help.java 86 throw new RuntimeException(e);
88 throw new RuntimeException(e);

Completed in 1589 milliseconds

<<31323334353637383940>>