Home
last modified time | relevance | path

Searched refs:throwException (Results 1 – 20 of 20) 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/common/com/android/internal/telephony/
DGsmAlphabet.java175 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm() argument
184 if (throwException) { in charToGsm()
396 boolean throwException, int languageTable, int languageShiftTable) in stringToGsm7BitPacked() argument
399 int septetCount = countGsmSeptetsUsingTables(data, !throwException, in stringToGsm7BitPacked()
421 if (throwException) { in stringToGsm7BitPacked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java112 AsyncResultHelper.throwException( in send()
118 AsyncResultHelper.throwException( in send()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DMockTetheringService.java48 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument
/frameworks/opt/net/wifi/service/jni/
Djni_helper.h121 #define THROW(env, message) (env).throwException(message, __LINE__)
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelSingleUidTimeReaderTest.java319 public void letReadDataThrowException(boolean throwException) { in letReadDataThrowException() argument
320 mThrowExcpetion = throwException; in letReadDataThrowException()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java305 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument
307 throwException); in checkAndNoteWriteSettingsOperation()
/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/base/core/java/android/provider/
DSettings.java15345 String callingPackage, boolean throwException) { in isCallingPackageAllowedToWriteSettings() argument
15347 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in isCallingPackageAllowedToWriteSettings()
15364 @NonNull String callingPackage, boolean throwException) { in checkAndNoteWriteSettingsOperation() argument
15366 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in checkAndNoteWriteSettingsOperation()
15384 String callingPackage, boolean throwException) { in checkAndNoteChangeNetworkStateOperation() argument
15390 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS, in checkAndNoteChangeNetworkStateOperation()
15403 String callingPackage, boolean throwException) { in isCallingPackageAllowedToDrawOverlays() argument
15405 callingPackage, throwException, AppOpsManager.OP_SYSTEM_ALERT_WINDOW, in isCallingPackageAllowedToDrawOverlays()
15420 callingPackage, boolean throwException) { in checkAndNoteDrawOverlaysOperation() argument
15422 callingPackage, throwException, AppOpsManager.OP_SYSTEM_ALERT_WINDOW, in checkAndNoteDrawOverlaysOperation()
[all …]
/frameworks/base/core/java/android/net/
DConnectivityManager.java2269 boolean throwException) { in checkAndNoteChangeNetworkStateOperation() argument
2271 throwException); in checkAndNoteChangeNetworkStateOperation()
2283 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument
2285 throwException); in checkAndNoteWriteSettingsOperation()
/frameworks/base/non-updatable-api/
Dcurrent.txt62556 …method public static java.lang.invoke.MethodHandle throwException(Class<?>, Class<? extends java.l…
64764 method public void throwException() throws java.nio.charset.CharacterCodingException;
/frameworks/base/api/
Dcurrent.txt62700 …method public static java.lang.invoke.MethodHandle throwException(Class<?>, Class<? extends java.l…
64908 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.txt5241 Landroid/app/FragmentManagerImpl;->throwException(Ljava/lang/RuntimeException;)V