Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/util/
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
DSuperNotCalledException.java23 public final class SuperNotCalledException extends AndroidRuntimeException {
/frameworks/base/services/core/java/com/android/server/webkit/
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()
/frameworks/base/core/java/android/content/
DReceiverCallNotAllowedException.java19 import android.util.AndroidRuntimeException;
28 public class ReceiverCallNotAllowedException extends AndroidRuntimeException {
/frameworks/base/core/java/android/os/
DBadParcelableException.java19 import android.util.AndroidRuntimeException;
28 public class BadParcelableException extends AndroidRuntimeException {
/frameworks/base/lowpan/java/android/net/lowpan/
DLowpanRuntimeException.java19 import android.util.AndroidRuntimeException;
27 public class LowpanRuntimeException extends AndroidRuntimeException {
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DShellHelper.java21 import android.util.AndroidRuntimeException;
60 throw new AndroidRuntimeException("Command '" + command + "' failed: ", e); in runShellCommandRaw()
/frameworks/base/core/java/android/net/util/
DKeepaliveUtils.java24 import android.util.AndroidRuntimeException;
37 public static class KeepaliveDeviceConfigurationException extends AndroidRuntimeException {
/frameworks/base/core/java/android/webkit/
DWebViewFactory.java32 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/
DRequestFocusTest.java24 import android.util.AndroidRuntimeException;
100 } catch (AndroidRuntimeException e) { in testWrongThreadRequestFocusFails()
/frameworks/base/core/java/android/animation/
DValueAnimator.java26 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()
DAnimatorSet.java23 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/
DJetPlayer.java25 import android.util.AndroidRuntimeException;
233 throw new AndroidRuntimeException("no length for fd"); in loadJetFile()
DSoundPool.java38 import android.util.AndroidRuntimeException;
249 throw new AndroidRuntimeException("no length for fd"); in load()
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java24 import android.util.AndroidRuntimeException;
734 public static class UnavailableException extends AndroidRuntimeException {
DWindowManagerGlobal.java32 import android.util.AndroidRuntimeException;
700 final class WindowLeaked extends AndroidRuntimeException {
/frameworks/base/core/java/android/transition/
DTransitionSet.java22 import android.util.AndroidRuntimeException;
129 throw new AndroidRuntimeException("Invalid parameter for TransitionSet " + in setOrdering()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java46 import android.util.AndroidRuntimeException;
74 public static class ConfigurationException extends AndroidRuntimeException {
/frameworks/base/core/java/android/app/
DInstrumentation.java46 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()
DLoadedApk.java51 import android.util.AndroidRuntimeException;
82 final class IntentReceiverLeaked extends AndroidRuntimeException {
89 final class ServiceConnectionLeaked extends AndroidRuntimeException {
DFragment.java42 import android.util.AndroidRuntimeException;
485 static public class InstantiationException extends AndroidRuntimeException {
DContextImpl.java76 import android.util.AndroidRuntimeException;
969 throw new AndroidRuntimeException( in startActivity()
1003 throw new AndroidRuntimeException( in startActivitiesAsUser()
1017 throw new AndroidRuntimeException( in startActivities()
DActivityThread.java129 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/
DPhoneWindow.java68 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/
DZenModeHelper.java60 import android.util.AndroidRuntimeException;
317 throw new AndroidRuntimeException("Could not create rule"); in addAutomaticZenRule()
329 throw new AndroidRuntimeException("Could not create rule"); in addAutomaticZenRule()

12