/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 197 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/ |
D | InputContentInfo.java | 125 @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/ |
D | com_android_server_TestNetworkService.cpp | 50 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()
|
D | com_android_server_connectivity_Vpn.cpp | 253 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/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 74 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/ |
D | BitmapDecoderJNI.cpp | 27 void throwException(JNIEnv* env, const char* error) { in throwException() function
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/ |
D | AsyncResultHelper.java | 55 public static void throwException( in throwException() method in AsyncResultHelper
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | GsmAlphabet.java | 172 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/ |
D | KernelSingleUidTimeReaderTest.java | 296 public void letReadDataThrowException(boolean throwException) { in letReadDataThrowException() argument 297 mThrowExcpetion = throwException; in letReadDataThrowException()
|
/frameworks/opt/net/wifi/service/jni/ |
D | jni_helper.h | 121 #define THROW(env, message) (env).throwException(message, __LINE__)
|
/frameworks/base/core/java/android/app/ |
D | FragmentManager.java | 746 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/ |
D | ApduSender.java | 97 AsyncResultHelper.throwException( in send()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 15242 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/ |
D | current.txt | 61192 …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/ |
D | android-22.txt | 44223 …method public void throwException() throws java.nio.BufferOverflowException, java.nio.BufferUnderf…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 5613 Landroid/app/FragmentManagerImpl;->throwException(Ljava/lang/RuntimeException;)V
|