/frameworks/base/core/java/android/util/ |
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
|
D | SuperNotCalledException.java | 23 public final class SuperNotCalledException extends AndroidRuntimeException {
|
/frameworks/base/services/core/java/com/android/server/webkit/ |
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()
|
/frameworks/base/core/java/android/content/ |
D | ReceiverCallNotAllowedException.java | 19 import android.util.AndroidRuntimeException; 28 public class ReceiverCallNotAllowedException extends AndroidRuntimeException {
|
/frameworks/base/core/java/android/os/ |
D | BadParcelableException.java | 19 import android.util.AndroidRuntimeException; 28 public class BadParcelableException extends AndroidRuntimeException {
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
D | LowpanRuntimeException.java | 19 import android.util.AndroidRuntimeException; 27 public class LowpanRuntimeException extends AndroidRuntimeException {
|
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
D | ShellHelper.java | 21 import android.util.AndroidRuntimeException; 60 throw new AndroidRuntimeException("Command '" + command + "' failed: ", e); in runShellCommandRaw()
|
/frameworks/base/core/java/android/net/util/ |
D | KeepaliveUtils.java | 24 import android.util.AndroidRuntimeException; 37 public static class KeepaliveDeviceConfigurationException extends AndroidRuntimeException {
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewFactory.java | 32 import android.util.AndroidRuntimeException; 271 throw new AndroidRuntimeException(e); in getProvider() 429 throw new AndroidRuntimeException(e); in getProviderClass() 435 throw new AndroidRuntimeException(e); in getProviderClass()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | RequestFocusTest.java | 24 import android.util.AndroidRuntimeException; 100 } catch (AndroidRuntimeException e) { in testWrongThreadRequestFocusFails()
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 26 import android.util.AndroidRuntimeException; 1046 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in start() 1106 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in cancel() 1136 throw new AndroidRuntimeException("Animators may only be run on Looper threads"); in end() 1152 throw new AndroidRuntimeException("Animators may only be resumed from the same " + in resume()
|
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"
|
/frameworks/base/media/java/android/media/ |
D | JetPlayer.java | 25 import android.util.AndroidRuntimeException; 233 throw new AndroidRuntimeException("no length for fd"); in loadJetFile()
|
D | SoundPool.java | 38 import android.util.AndroidRuntimeException; 249 throw new AndroidRuntimeException("no length for fd"); in load()
|
/frameworks/base/core/java/android/view/ |
D | KeyCharacterMap.java | 24 import android.util.AndroidRuntimeException; 734 public static class UnavailableException extends AndroidRuntimeException {
|
D | WindowManagerGlobal.java | 32 import android.util.AndroidRuntimeException; 700 final class WindowLeaked extends AndroidRuntimeException {
|
/frameworks/base/core/java/android/transition/ |
D | TransitionSet.java | 22 import android.util.AndroidRuntimeException; 129 throw new AndroidRuntimeException("Invalid parameter for TransitionSet " + in setOrdering()
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
D | EthernetNetworkFactory.java | 46 import android.util.AndroidRuntimeException; 74 public static class ConfigurationException extends AndroidRuntimeException {
|
/frameworks/base/core/java/android/app/ |
D | Instrumentation.java | 46 import android.util.AndroidRuntimeException; 2064 throw new AndroidRuntimeException( in checkStartActivityResult() 2085 throw new AndroidRuntimeException("Activity could not be started for " in checkStartActivityResult() 2088 throw new AndroidRuntimeException("Unknown error code " in checkStartActivityResult()
|
D | LoadedApk.java | 51 import android.util.AndroidRuntimeException; 82 final class IntentReceiverLeaked extends AndroidRuntimeException { 89 final class ServiceConnectionLeaked extends AndroidRuntimeException {
|
D | Fragment.java | 42 import android.util.AndroidRuntimeException; 485 static public class InstantiationException extends AndroidRuntimeException {
|
D | ContextImpl.java | 76 import android.util.AndroidRuntimeException; 969 throw new AndroidRuntimeException( in startActivity() 1003 throw new AndroidRuntimeException( in startActivitiesAsUser() 1017 throw new AndroidRuntimeException( in startActivities()
|
D | ActivityThread.java | 129 import android.util.AndroidRuntimeException; 206 final class RemoteServiceException extends AndroidRuntimeException { 7104 throw new AndroidRuntimeException("runIsolatedEntryPoint failed", e); in handleRunIsolatedEntryPoint()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 68 import android.util.AndroidRuntimeException; 362 … throw new AndroidRuntimeException("requestFeature() must be called before adding content"); in requestFeature() 370 throw new AndroidRuntimeException( in requestFeature() 382 throw new AndroidRuntimeException( in requestFeature() 386 throw new AndroidRuntimeException( in requestFeature() 392 throw new AndroidRuntimeException("You cannot use indeterminate progress on a watch."); in requestFeature()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 60 import android.util.AndroidRuntimeException; 317 throw new AndroidRuntimeException("Could not create rule"); in addAutomaticZenRule() 329 throw new AndroidRuntimeException("Could not create rule"); in addAutomaticZenRule()
|