Home
last modified time | relevance | path

Searched refs:throwException (Results 1 – 16 of 16) sorted by relevance

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java197 throwException(resources, id); in getDrawable()
258 throwException(resources, id); in getColorStateList()
300 throwException(resources, id); in getText()
451 throwException(resources, id); in getArrayResourceValue()
497 throwException(resources, id, "layout"); in getLayout()
520 throwException(resources, id); in getAnimation()
599 throwException(resources, id); in getDimension()
628 throwException(resources, id); in getDimensionPixelOffset()
657 throwException(resources, id); in getDimensionPixelSize()
684 throwException(resources, id); in getInteger()
[all …]
/frameworks/base/core/java/android/view/inputmethod/
DInputContentInfo.java125 @NonNull ClipDescription description, @Nullable Uri linkUri, boolean throwException) { in validateInternal() argument
127 if (throwException) { in validateInternal()
133 if (throwException) { in validateInternal()
140 if (throwException) { in validateInternal()
149 if (throwException) { in validateInternal()
/frameworks/base/services/core/jni/
Dcom_android_server_TestNetworkService.cpp50 static void throwException(JNIEnv* env, int error, const char* action, const char* iface) { in throwException() function
65 throwException(env, errno, "allocating", ifr.ifr_name); in createTunTapInterface()
74 throwException(env, errno, "activating", ifr.ifr_name); in createTunTapInterface()
Dcom_android_server_connectivity_Vpn.cpp253 static void throwException(JNIEnv *env, int error, const char *message) in throwException() function
266 throwException(env, tun, "Cannot create interface"); in create()
276 throwException(env, SYSTEM_ERROR, "Cannot get interface name"); in getName()
301 throwException(env, count, "Cannot set address"); in setAddresses()
323 throwException(env, SYSTEM_ERROR, "Cannot reset interface"); in reset()
/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp74 static void throwException(JNIEnv* env, const char* className, const char* message) { in throwException() function
81 throwException(env, className, message); in throwIllegalStateException()
86 throwException(env, className, message); in throwIllegalArgumentException()
/frameworks/ex/framesequence/jni/
DBitmapDecoderJNI.cpp27 void throwException(JNIEnv* env, const char* error) { in throwException() function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
DAsyncResultHelper.java55 public static void throwException( in throwException() method in AsyncResultHelper
/frameworks/base/telephony/java/com/android/internal/telephony/
DGsmAlphabet.java172 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm() argument
181 if (throwException) { in charToGsm()
393 boolean throwException, int languageTable, int languageShiftTable) in stringToGsm7BitPacked() argument
396 int septetCount = countGsmSeptetsUsingTables(data, !throwException, in stringToGsm7BitPacked()
418 if (throwException) { in stringToGsm7BitPacked()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelSingleUidTimeReaderTest.java296 public void letReadDataThrowException(boolean throwException) { in letReadDataThrowException() argument
297 mThrowExcpetion = throwException; in letReadDataThrowException()
/frameworks/opt/net/wifi/service/jni/
Djni_helper.h121 #define THROW(env, message) (env).throwException(message, __LINE__)
/frameworks/base/core/java/android/app/
DFragmentManager.java746 private void throwException(RuntimeException ex) { in throwException() method in FragmentManagerImpl
930 throwException(new IllegalStateException("Fragment " + fragment in putFragment()
944 throwException(new IllegalStateException("Fragment no longer exists for key " in getFragment()
963 throwException(new IllegalStateException("Fragment " + fragment in saveFragmentInstanceState()
1282 throwException(new IllegalArgumentException( in moveToState()
1295 throwException(new IllegalArgumentException( in moveToState()
2726 throwException(new IllegalStateException( in saveAllState()
2741 throwException(new IllegalStateException( in saveAllState()
2781 throwException(new IllegalStateException( in saveAllState()
2838 throwException(new IllegalStateException("Could not find active fragment " in restoreAllState()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java97 AsyncResultHelper.throwException( in send()
/frameworks/base/core/java/android/provider/
DSettings.java15242 String callingPackage, boolean throwException) { in isCallingPackageAllowedToWriteSettings() argument
15244 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in isCallingPackageAllowedToWriteSettings()
15260 String callingPackage, boolean throwException) { in checkAndNoteWriteSettingsOperation() argument
15262 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in checkAndNoteWriteSettingsOperation()
15280 String callingPackage, boolean throwException) { in checkAndNoteChangeNetworkStateOperation() argument
15286 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in checkAndNoteChangeNetworkStateOperation()
15299 String callingPackage, boolean throwException) { in isCallingPackageAllowedToDrawOverlays() argument
15301 callingPackage, throwException, AppOpsManager.OP_SYSTEM_ALERT_WINDOW, in isCallingPackageAllowedToDrawOverlays()
15316 callingPackage, boolean throwException) { in checkAndNoteDrawOverlaysOperation() argument
15318 callingPackage, throwException, AppOpsManager.OP_SYSTEM_ALERT_WINDOW, in checkAndNoteDrawOverlaysOperation()
[all …]
/frameworks/base/api/
Dcurrent.txt61192 …method public static java.lang.invoke.MethodHandle throwException(Class<?>, Class<? extends java.l…
63400 method public void throwException() throws java.nio.charset.CharacterCodingException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt44223 …method public void throwException() throws java.nio.BufferOverflowException, java.nio.BufferUnderf…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt5613 Landroid/app/FragmentManagerImpl;->throwException(Ljava/lang/RuntimeException;)V