/aosp12/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 {
|
/aosp12/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()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ReceiverCallNotAllowedException.java | 19 import android.util.AndroidRuntimeException; 28 public class ReceiverCallNotAllowedException extends AndroidRuntimeException {
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | BadParcelableException.java | 19 import android.util.AndroidRuntimeException; 28 public class BadParcelableException extends AndroidRuntimeException {
|
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/ |
H A D | LowpanRuntimeException.java | 19 import android.util.AndroidRuntimeException; 27 public class LowpanRuntimeException extends AndroidRuntimeException {
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | ShellHelper.java | 21 import android.util.AndroidRuntimeException; 60 throw new AndroidRuntimeException("Command '" + command + "' failed: ", e); in runShellCommandRaw()
|
/aosp12/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 | 46 import android.util.AndroidRuntimeException; 2123 throw new AndroidRuntimeException( in checkStartActivityResult() 2144 throw new AndroidRuntimeException("Activity could not be started for " in checkStartActivityResult() 2147 throw new AndroidRuntimeException("Unknown error code " in checkStartActivityResult()
|
H A D | LoadedApk.java | 54 import android.util.AndroidRuntimeException; 85 final class IntentReceiverLeaked extends AndroidRuntimeException { 92 final class ServiceConnectionLeaked extends AndroidRuntimeException {
|
H A D | Fragment.java | 42 import android.util.AndroidRuntimeException; 485 static public class InstantiationException extends AndroidRuntimeException {
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/util/ |
H A D | KeepaliveUtils.java | 25 import android.util.AndroidRuntimeException; 36 public static class KeepaliveDeviceConfigurationException extends AndroidRuntimeException {
|
/aosp12/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()
|
/aosp12/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()
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | ValueAnimator.java | 27 import android.util.AndroidRuntimeException; 1052 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in start() 1112 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in cancel() 1142 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in end() 1158 throw new AndroidRuntimeException("Animators may only be resumed from the same " + in resume()
|
H A D | AnimatorSet.java | 23 import android.util.AndroidRuntimeException; 190 throw new AndroidRuntimeException("Error: animation ended is not in the node map"); 412 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); 466 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); 647 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); 659 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); 705 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); 1353 throw new AndroidRuntimeException("Error: animation ended is not in the node"
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | JetPlayer.java | 26 import android.util.AndroidRuntimeException; 234 throw new AndroidRuntimeException("no length for fd"); in loadJetFile()
|
H A D | SoundPool.java | 27 import android.util.AndroidRuntimeException; 250 throw new AndroidRuntimeException("no length for fd"); in load()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | KeyCharacterMap.java | 26 import android.util.AndroidRuntimeException; 764 public static class UnavailableException extends AndroidRuntimeException {
|
H A D | WindowManagerGlobal.java | 33 import android.util.AndroidRuntimeException; 725 final class WindowLeaked extends AndroidRuntimeException {
|
/aosp12/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()
|
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
H A D | EthernetNetworkFactory.java | 45 import android.util.AndroidRuntimeException; 73 public static class ConfigurationException extends AndroidRuntimeException {
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowOrganizerController.java | 60 import android.util.AndroidRuntimeException; 1310 return new AndroidRuntimeException("Activity could not be started for " + intent in convertStartFailureToThrowable() 1313 return new AndroidRuntimeException("Start activity failed with error code : " in convertStartFailureToThrowable()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeHelper.java | 69 import android.util.AndroidRuntimeException; 338 throw new AndroidRuntimeException("Could not create rule"); in addAutomaticZenRule() 350 throw new AndroidRuntimeException("Could not create rule"); in addAutomaticZenRule()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 72 import android.util.AndroidRuntimeException; 394 … throw new AndroidRuntimeException("requestFeature() must be called before adding content"); in requestFeature() 402 throw new AndroidRuntimeException( in requestFeature() 415 throw new AndroidRuntimeException("You cannot use indeterminate progress on a watch."); in requestFeature()
|