Home
last modified time | relevance | path

Searched defs:throwException (Results 1 – 11 of 11) sorted by relevance

/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/services/core/jni/
Dcom_android_server_TestNetworkService.cpp50 static void throwException(JNIEnv* env, int error, const char* action, const char* iface) { in throwException() function
Dcom_android_server_connectivity_Vpn.cpp253 static void throwException(JNIEnv *env, int error, const char *message) in throwException() function
/frameworks/base/core/java/android/view/inputmethod/
DInputContentInfo.java125 @NonNull ClipDescription description, @Nullable Uri linkUri, boolean throwException) { in validateInternal()
/frameworks/base/telephony/java/com/android/internal/telephony/
DGsmAlphabet.java172 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm()
393 boolean throwException, int languageTable, int languageShiftTable) in stringToGsm7BitPacked()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelSingleUidTimeReaderTest.java296 public void letReadDataThrowException(boolean throwException) { in letReadDataThrowException()
/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
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java1125 private static void throwException(Resources resources, int id, @Nullable String expectedType) in throwException() method in Resources_Delegate
1130 private static void throwException(Resources resources, int id) throws NotFoundException { in throwException() method in Resources_Delegate
1134 private static void throwException(int id, @Nullable ResourceReference resourceInfo) { in throwException() method in Resources_Delegate
1137 private static void throwException(int id, @Nullable ResourceReference resourceInfo, in throwException() method in Resources_Delegate
/frameworks/base/core/java/android/provider/
DSettings.java15242 String callingPackage, boolean throwException) { in isCallingPackageAllowedToWriteSettings()
15260 String callingPackage, boolean throwException) { in checkAndNoteWriteSettingsOperation()
15280 String callingPackage, boolean throwException) { in checkAndNoteChangeNetworkStateOperation()
15299 String callingPackage, boolean throwException) { in isCallingPackageAllowedToDrawOverlays()
15316 callingPackage, boolean throwException) { in checkAndNoteDrawOverlaysOperation()
15330 int uid, String callingPackage, boolean throwException, int appOpsOpCode, String[] in isCallingPackageAllowedToPerformAppOpsProtectedOperation()
/frameworks/base/core/java/android/app/
DFragmentManager.java746 private void throwException(RuntimeException ex) { in throwException() method in FragmentManagerImpl