Home
last modified time | relevance | path

Searched refs:AndroidRuntimeException (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/util/
H A DAndroidRuntimeException.java22 public class AndroidRuntimeException extends RuntimeException { class
23 public AndroidRuntimeException() { in AndroidRuntimeException() method in AndroidRuntimeException
26 public AndroidRuntimeException(String name) { in AndroidRuntimeException() method in AndroidRuntimeException
30 public AndroidRuntimeException(String name, Throwable cause) { in AndroidRuntimeException() method in AndroidRuntimeException
34 public AndroidRuntimeException(Exception cause) { in AndroidRuntimeException() method in AndroidRuntimeException
H A DSuperNotCalledException.java23 public final class SuperNotCalledException extends AndroidRuntimeException {
/aosp14/frameworks/base/services/core/java/com/android/server/webkit/
H A DSystemImpl.java32 import android.util.AndroidRuntimeException;
91 throw new AndroidRuntimeException( in SystemImpl()
96 throw new AndroidRuntimeException( in SystemImpl()
109 throw new AndroidRuntimeException( in SystemImpl()
113 throw new AndroidRuntimeException( in SystemImpl()
127 throw new AndroidRuntimeException("Error when parsing WebView config " + e); in SystemImpl()
132 throw new AndroidRuntimeException("There must be at least one WebView package " in SystemImpl()
/aosp14/frameworks/base/core/java/android/content/
H A DReceiverCallNotAllowedException.java19 import android.util.AndroidRuntimeException;
28 public class ReceiverCallNotAllowedException extends AndroidRuntimeException {
/aosp14/frameworks/base/core/java/android/os/
H A DBadParcelableException.java19 import android.util.AndroidRuntimeException;
28 public class BadParcelableException extends AndroidRuntimeException {
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DShellHelper.java21 import android.util.AndroidRuntimeException;
68 throw new AndroidRuntimeException(exception.get()); in runShellCommandWithTimeout()
101 throw new AndroidRuntimeException("Command '" + command + "' failed: ", e); in runShellCommandRaw()
/aosp14/frameworks/base/core/java/android/app/
H A DRemoteServiceException.java23 import android.util.AndroidRuntimeException;
35 public class RemoteServiceException extends AndroidRuntimeException {
H A DInstrumentation.java48 import android.util.AndroidRuntimeException;
2245 throw new AndroidRuntimeException( in checkStartActivityResult()
2266 throw new AndroidRuntimeException("Activity could not be started for " in checkStartActivityResult()
2269 throw new AndroidRuntimeException("Unknown error code " in checkStartActivityResult()
H A DFragment.java42 import android.util.AndroidRuntimeException;
490 static public class InstantiationException extends AndroidRuntimeException {
H A DLoadedApk.java55 import android.util.AndroidRuntimeException;
89 final class IntentReceiverLeaked extends AndroidRuntimeException {
96 final class ServiceConnectionLeaked extends AndroidRuntimeException {
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DSpringAnimation.java19 import android.util.AndroidRuntimeException;
224 throw new AndroidRuntimeException("Animations may only be started on the same thread " in skipToEnd()
H A DDynamicAnimation.java26 import android.util.AndroidRuntimeException;
601 throw new AndroidRuntimeException("Animations may only be started on the same thread " in start()
627 throw new AndroidRuntimeException("Animations may only be canceled from the same " in cancel()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/android/animation/
H A DAnimatorTestRule.java24 import android.util.AndroidRuntimeException;
182 throw new AndroidRuntimeException(method + " may only be called on Looper threads");
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java36 import android.util.AndroidRuntimeException;
363 throw new AndroidRuntimeException(e); in getProvider()
526 throw new AndroidRuntimeException(e); in getProviderClass()
532 throw new AndroidRuntimeException(e); in getProviderClass()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DRequestFocusTest.java24 import android.util.AndroidRuntimeException;
100 } catch (AndroidRuntimeException e) { in testWrongThreadRequestFocusFails()
/aosp14/frameworks/base/core/java/android/animation/
H A DValueAnimator.java31 import android.util.AndroidRuntimeException;
1119 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in start()
1179 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in cancel()
1204 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in end()
1220 throw new AndroidRuntimeException("Animators may only be resumed from the same " + in resume()
H A DAnimatorSet.java23 import android.util.AndroidRuntimeException;
198 throw new AndroidRuntimeException("Error: animation ended is not in the node map");
420 throw new AndroidRuntimeException("Animators may only be run on Looper threads");
478 throw new AndroidRuntimeException("Animators may only be run on Looper threads");
657 throw new AndroidRuntimeException("Animators may only be run on Looper threads");
670 throw new AndroidRuntimeException("Animators may only be run on Looper threads");
717 throw new AndroidRuntimeException("Animators may only be run on Looper threads");
1494 throw new AndroidRuntimeException("Error: animation ended is not in the node"
/aosp14/frameworks/base/media/java/android/media/
H A DJetPlayer.java26 import android.util.AndroidRuntimeException;
233 throw new AndroidRuntimeException("no length for fd"); in loadJetFile()
H A DSoundPool.java29 import android.util.AndroidRuntimeException;
252 throw new AndroidRuntimeException("no length for fd"); in load()
/aosp14/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java26 import android.util.AndroidRuntimeException;
769 public static class UnavailableException extends AndroidRuntimeException {
H A DWindowManagerGlobal.java32 import android.util.AndroidRuntimeException;
825 final class WindowLeaked extends AndroidRuntimeException {
/aosp14/frameworks/base/core/java/android/transition/
H A DTransitionSet.java22 import android.util.AndroidRuntimeException;
129 throw new AndroidRuntimeException("Invalid parameter for TransitionSet " + in setOrdering()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java69 import android.util.AndroidRuntimeException;
374 throw new AndroidRuntimeException("Could not create rule"); in addAutomaticZenRule()
387 throw new AndroidRuntimeException("Could not create rule"); in addAutomaticZenRule()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java84 import android.util.AndroidRuntimeException;
2079 return new AndroidRuntimeException("Activity could not be started for " + intent in convertStartFailureToThrowable()
2082 return new AndroidRuntimeException("Start activity failed with error code : " in convertStartFailureToThrowable()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java72 import android.util.AndroidRuntimeException;
408 … throw new AndroidRuntimeException("requestFeature() must be called before adding content"); in requestFeature()
416 throw new AndroidRuntimeException( in requestFeature()
429 throw new AndroidRuntimeException("You cannot use indeterminate progress on a watch."); in requestFeature()

12