/aosp14/frameworks/base/core/java/android/util/ |
H A D | AndroidRuntimeException.java | 22 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 D | SuperNotCalledException.java | 23 public final class SuperNotCalledException extends AndroidRuntimeException {
|
/aosp14/frameworks/base/services/core/java/com/android/server/webkit/ |
H A D | SystemImpl.java | 32 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 D | ReceiverCallNotAllowedException.java | 19 import android.util.AndroidRuntimeException; 28 public class ReceiverCallNotAllowedException extends AndroidRuntimeException {
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BadParcelableException.java | 19 import android.util.AndroidRuntimeException; 28 public class BadParcelableException extends AndroidRuntimeException {
|
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | ShellHelper.java | 21 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 D | RemoteServiceException.java | 23 import android.util.AndroidRuntimeException; 35 public class RemoteServiceException extends AndroidRuntimeException {
|
H A D | Instrumentation.java | 48 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 D | Fragment.java | 42 import android.util.AndroidRuntimeException; 490 static public class InstantiationException extends AndroidRuntimeException {
|
H A D | LoadedApk.java | 55 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 D | SpringAnimation.java | 19 import android.util.AndroidRuntimeException; 224 throw new AndroidRuntimeException("Animations may only be started on the same thread " in skipToEnd()
|
H A D | DynamicAnimation.java | 26 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 D | AnimatorTestRule.java | 24 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 D | WebViewFactory.java | 36 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 D | RequestFocusTest.java | 24 import android.util.AndroidRuntimeException; 100 } catch (AndroidRuntimeException e) { in testWrongThreadRequestFocusFails()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | ValueAnimator.java | 31 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 D | AnimatorSet.java | 23 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 D | JetPlayer.java | 26 import android.util.AndroidRuntimeException; 233 throw new AndroidRuntimeException("no length for fd"); in loadJetFile()
|
H A D | SoundPool.java | 29 import android.util.AndroidRuntimeException; 252 throw new AndroidRuntimeException("no length for fd"); in load()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | KeyCharacterMap.java | 26 import android.util.AndroidRuntimeException; 769 public static class UnavailableException extends AndroidRuntimeException {
|
H A D | WindowManagerGlobal.java | 32 import android.util.AndroidRuntimeException; 825 final class WindowLeaked extends AndroidRuntimeException {
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | TransitionSet.java | 22 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 D | ZenModeHelper.java | 69 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 D | WindowOrganizerController.java | 84 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 D | PhoneWindow.java | 72 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()
|