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

<<71727374757677787980>>

  /frameworks/support/asynclayoutinflater/src/main/java/androidx/asynclayoutinflater/view/
AsyncLayoutInflater.java 190 } catch (RuntimeException ex) {
227 throw new RuntimeException(
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatBaseImpl.java 95 } catch (RuntimeException e) {
163 } catch (RuntimeException e) {
  /frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
DirectedAcyclicGraph.java 155 * method will throw a {@link RuntimeException}.
179 throw new RuntimeException("This graph contains cyclic dependencies");
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
InitCallbackTest.java 61 doThrow(new RuntimeException("")).when(loader)
82 loaderCallback.onFailed(new RuntimeException(""));
  /libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java 48 throw new RuntimeException(
58 throw new RuntimeException(
  /libcore/luni/src/test/java/libcore/java/nio/channels/
MembershipKeyTest.java 258 throw new RuntimeException(exception);
266 throw new RuntimeException(e);
  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 36 throw new RuntimeException(e);
45 throw new RuntimeException(e);
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicLongFieldUpdater.java 79 * @throws RuntimeException with a nested reflection-based
399 // throw new RuntimeException(pae.getException());
402 throw new RuntimeException(ex);
433 throw new RuntimeException(
529 // throw new RuntimeException(pae.getException());
532 throw new RuntimeException(ex);
559 private final RuntimeException accessCheckException(T obj) {
563 return new RuntimeException(
  /libcore/ojluni/src/main/java/javax/crypto/
KeyGenerator.java 463 RuntimeException failure = null;
473 } catch (RuntimeException e) {
542 if (failure instanceof RuntimeException) {
543 throw (RuntimeException)failure;
585 RuntimeException failure = null;
595 } catch (RuntimeException e) {
614 RuntimeException failure = null;
619 } catch (RuntimeException e) {
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractPoller.java 227 if (result instanceof RuntimeException)
228 throw (RuntimeException)result;
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidImageProxy.java 50 // and can have getters which do not throw a RuntimeException if
103 // and can have getters which do not throw a RuntimeException if
  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 148 throw new RuntimeException(
183 } catch (RuntimeException e) {
  /packages/apps/Dialer/java/com/android/contacts/common/list/
DirectoryListLoader.java 119 throw new RuntimeException("Unsupported directory search mode: " + mDirectorySearchMode);
159 } catch (RuntimeException e) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapList.java 34 throw new RuntimeException();
42 throw new RuntimeException("Can't add null");
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapList.java 35 throw new RuntimeException();
43 throw new RuntimeException("Can't add null");
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java 134 throw new RuntimeException("Invalid blur thickness");
163 throw new RuntimeException("Invalid blur thickness");
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 68 throw new RuntimeException(e);
85 throw new RuntimeException(
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraHolder.java 133 } catch (RuntimeException e) {
164 throw new RuntimeException(e);
  /packages/apps/Settings/src/com/android/settings/users/
UserDetailsSettings.java 92 throw new RuntimeException("Arguments to this fragment must contain the user id");
118 throw new RuntimeException("Only admins can remove a user");
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 178 // Handle RuntimeException if the recording couldn't start
181 } catch (RuntimeException exception) {
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 102 throw new RuntimeException("Failed to compress image", e);
115 throw new RuntimeException("Failed to create tag description", e);
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/storage/
SettingsStorageServiceTest.java 135 doThrow(new RuntimeException("Expected failure")).when(mMockStorageManager)
194 doThrow(new RuntimeException("Expected failure")).when(mMockStorageManager)
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Info.java 106 throw new RuntimeException("Not enough arguments for command " + COMMAND);
113 throw new RuntimeException("Wrong number of arguments for command " + COMMAND);
  /packages/services/Car/service/src/com/android/car/
CarService.java 67 throw new RuntimeException(
154 throw new RuntimeException("Sleep was interrupted", e);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
AudioPlayer.java 164 throw new RuntimeException("no res");
171 throw new RuntimeException(e);

Completed in 1267 milliseconds

<<71727374757677787980>>