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

<<919293949596979899100>>

  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaSession2Stub.java 128 throw new RuntimeException("Session isn't a library session");
346 throws RuntimeException {
459 throws RuntimeException {
473 throws RuntimeException {
487 int commandCode, Bundle args) throws RuntimeException {
    [all...]
  /frameworks/base/cmds/dpm/src/com/android/commands/dpm/
Dpm.java 177 throw new RuntimeException(
205 throw new RuntimeException("Can't set component " + mComponent.toShortString() +
  /frameworks/base/core/java/android/text/
AutoText.java 201 throw new RuntimeException(e);
203 throw new RuntimeException(e);
  /frameworks/base/core/tests/coretests/src/android/view/
PinchZoomAction.java 230 } catch (RuntimeException re) {
241 .withCause(new RuntimeException(getDescription() + " failed"))
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 39 env, "java/lang/RuntimeException", "cannot get MediaCodecList");
274 jniThrowException(env, "java/lang/RuntimeException", "cannot get global settings");
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
VisualizerTest.java 260 throw (new RuntimeException("Cannot initialize effect"));
261 } catch (RuntimeException e) {
  /frameworks/base/services/core/java/com/android/server/os/
SchedulingPolicyService.java 101 } catch (RuntimeException e) {
110 } catch (RuntimeException e) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
TaskStackChangedListenerTest.java 223 throw new RuntimeException("Timed out waiting for Activity");
237 throw new RuntimeException("Timed out waiting for task stack change notification");
  /frameworks/base/services/tests/servicestests/src/com/android/server/display/
PersistentDataStoreTest.java 218 // we just wrap it in a RuntimeException so we end up crashing the test all the
220 throw new RuntimeException(e);
  /frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
UsbDeviceStateController.java 118 throw new RuntimeException("cannot open conneciton for device: " + device);
122 throw new RuntimeException("resetDevice failed for devie: " + device);
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 86 throw new RuntimeException("Missing licenses for $missingLicenses")
164 throw new RuntimeException("unable to get git status for $file. ${gitSt.err.text}")
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 65 throw new RuntimeException("TelephonyDevController already created!?!");
75 throw new RuntimeException("TelephonyDevController not yet created!?!");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecord.java 300 } catch (RuntimeException ex) {
344 } catch (RuntimeException ex) {
  /frameworks/support/compat/src/androidTest/java/androidx/core/provider/
MockFontProvider.java 227 throw new RuntimeException(e);
280 throw new RuntimeException(
  /frameworks/support/content/src/main/java/androidx/contentpager/content/
InMemoryCursor.java 106 throw new RuntimeException("Can't position cursor to first row.");
122 throw new RuntimeException("Unable to position cursor.");
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentTestUtil.java 54 throw new RuntimeException(throwable);
66 throw new RuntimeException(t);
  /frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
ClassesInfoCache.java 225 throw new RuntimeException("Failed to call observer method", e.getCause());
227 throw new RuntimeException(e);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
TrustManagerFactory2Test.java 102 fail("RuntimeException must be thrown");
103 } catch (RuntimeException e) {
  /libcore/luni/src/test/java/libcore/java/security/spec/
AlgorithmParametersPSSTest.java 160 throw new RuntimeException(
174 throw new RuntimeException(
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreSpiTest.java 198 throw new RuntimeException(msg);
204 } catch (RuntimeException expected) {
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportProcessor.java 107 // ExecutorService ignores RuntimeException, so we need to show it here.
114 } catch (OutOfMemoryError|RuntimeException e) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 88 throw new RuntimeException("cannot get cursor for: " + path);
94 throw new RuntimeException("cannot find data for: " + path);
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 263 throw new RuntimeException(e);
285 throw new RuntimeException(e);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHost.java 83 throw new RuntimeException(e);
202 throw new RuntimeException(e);
LauncherProvider.java 176 throw new RuntimeException("Error: attempting to insert null values");
179 throw new RuntimeException("Error: attempting to add item without specifying an id");
256 } catch (RuntimeException e) {
    [all...]

Completed in 1584 milliseconds

<<919293949596979899100>>