Searched refs:throwException (Results 1 - 11 of 11) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DBitmapDecoderJNI.cpp27 void throwException(JNIEnv* env, const char* error) { function
/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp67 static void throwException(JNIEnv* env, const char* className, const char* message) { function in namespace:android
74 throwException(env, className, message);
79 throwException(env, className, message);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java170 throwException(id);
219 throwException(id);
242 throwException(id);
363 throwException(id);
425 throwException(id);
459 throwException(id);
504 throwException(id);
532 throwException(id);
560 throwException(id);
587 throwException(i
822 private void throwException(int id) throws NotFoundException { method in class:BridgeResources
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp252 static void throwException(JNIEnv *env, int error, const char *message) function in namespace:android
265 throwException(env, tun, "Cannot create interface");
275 throwException(env, SYSTEM_ERROR, "Cannot get interface name");
300 throwException(env, count, "Cannot set address");
322 throwException(env, SYSTEM_ERROR, "Cannot reset interface");
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h60 void throwException(const char *message, int line);
160 #define THROW(env, message) (env).throwException(message, __LINE__)
H A Djni_helper.cpp71 void JNIHelper::throwException(const char *message, int line) function in class:android::JNIHelper
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java158 * @param throwException If true, throws EncodeException on invalid char.
160 * @throws EncodeException encode error when throwException is true
164 charToGsm(char c, boolean throwException) throws EncodeException { argument
173 if (throwException) {
371 * @param throwException If true, throws EncodeException on invalid char.
381 boolean throwException, int languageTable, int languageShiftTable)
384 int septetCount = countGsmSeptetsUsingTables(data, !throwException,
405 if (throwException) {
380 stringToGsm7BitPacked(String data, int startingSeptetOffset, boolean throwException, int languageTable, int languageShiftTable) argument
/frameworks/base/core/java/android/app/
H A DFragmentManager.java486 private void throwException(RuntimeException ex) { method in class:FragmentManagerImpl
647 throwException(new IllegalStateException("Fragment " + fragment
660 throwException(new IllegalStateException("Fragment no longer exists for key "
665 throwException(new IllegalStateException("Fragment no longer exists for key "
674 throwException(new IllegalStateException("Fragment " + fragment
965 throwException(new IllegalArgumentException(
1734 throwException(new IllegalStateException(
1749 throwException(new IllegalStateException(
1790 throwException(new IllegalStateException(
1897 throwException(ne
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java517 private void throwException(RuntimeException ex) { method in class:FragmentManagerImpl
630 throwException(new IllegalStateException("Fragment " + fragment
643 throwException(new IllegalStateException("Fragment no longer exists for key "
648 throwException(new IllegalStateException("Fragment no longer exists for key "
662 throwException( new IllegalStateException("Fragment " + fragment
1018 throwException(new IllegalArgumentException(
1783 throwException(new IllegalStateException(
1798 throwException(new IllegalStateException(
1839 throwException(new IllegalStateException(
1946 throwException(ne
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp96 throwException(mVm, mMessage);
99 static void throwException(JavaVM* vm, const std::string& message) { function in class:android::RenderingException
/frameworks/base/core/java/android/provider/
H A DSettings.java8316 String callingPackage, boolean throwException) {
8318 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS,
8334 String callingPackage, boolean throwException) {
8336 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS,
8354 String callingPackage, boolean throwException) {
8360 callingPackage, throwException, AppOpsManager.OP_WRITE_SETTINGS,
8372 String callingPackage, boolean throwException) {
8374 callingPackage, throwException, AppOpsManager.OP_SYSTEM_ALERT_WINDOW,
8389 callingPackage, boolean throwException) {
8391 callingPackage, throwException, AppOpsManage
8315 isCallingPackageAllowedToWriteSettings(Context context, int uid, String callingPackage, boolean throwException) argument
8333 checkAndNoteWriteSettingsOperation(Context context, int uid, String callingPackage, boolean throwException) argument
8353 checkAndNoteChangeNetworkStateOperation(Context context, int uid, String callingPackage, boolean throwException) argument
8371 isCallingPackageAllowedToDrawOverlays(Context context, int uid, String callingPackage, boolean throwException) argument
8388 checkAndNoteDrawOverlaysOperation(Context context, int uid, String callingPackage, boolean throwException) argument
8401 isCallingPackageAllowedToPerformAppOpsProtectedOperation(Context context, int uid, String callingPackage, boolean throwException, int appOpsOpCode, String[] permissions, boolean makeNote) argument
[all...]

Completed in 402 milliseconds