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

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java164 throwException(id);
185 throwException(id);
204 throwException(id);
227 throwException(id);
271 throwException(id);
305 throwException(id);
350 throwException(id);
378 throwException(id);
406 throwException(id);
438 throwException(i
674 private void throwException(int id) throws NotFoundException { method in class:BridgeResources
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_connectivity_Vpn.cpp316 static void throwException(JNIEnv *env, int error, const char *message) function in namespace:android
329 throwException(env, tun, "Cannot create interface");
339 throwException(env, SYSTEM_ERROR, "Cannot get interface name");
364 throwException(env, count, "Cannot set address");
397 throwException(env, count, "Cannot set route");
419 throwException(env, SYSTEM_ERROR, "Cannot reset interface");
444 throwException(env, SYSTEM_ERROR, "Cannot protect socket");
/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.java447 private void throwException(RuntimeException ex) { method in class:FragmentManagerImpl
564 throwException(new IllegalStateException("Fragment " + fragment
577 throwException(new IllegalStateException("Fragement no longer exists for key "
582 throwException(new IllegalStateException("Fragement no longer exists for key "
591 throwException(new IllegalStateException("Fragment " + fragment
882 throwException(new IllegalArgumentException(
1636 throwException(new IllegalStateException(
1651 throwException(new IllegalStateException(
1692 throwException(new IllegalStateException(
1798 throwException(ne
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java444 private void throwException(RuntimeException ex) { method in class:FragmentManagerImpl
557 throwException(new IllegalStateException("Fragment " + fragment
570 throwException(new IllegalStateException("Fragement no longer exists for key "
575 throwException(new IllegalStateException("Fragement no longer exists for key "
589 throwException( new IllegalStateException("Fragment " + fragment
919 throwException(new IllegalArgumentException(
1667 throwException(new IllegalStateException(
1682 throwException(new IllegalStateException(
1723 throwException(new IllegalStateException(
1829 throwException(ne
[all...]

Completed in 364 milliseconds