Searched refs:throwException (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | BridgeResources.java | 164 throwException(id); in getDrawable() 185 throwException(id); in getColor() 204 throwException(id); in getColorStateList() 227 throwException(id); in getText() 271 throwException(id); in getLayout() 305 throwException(id); in getAnimation() 350 throwException(id); in getDimension() 378 throwException(id); in getDimensionPixelOffset() 406 throwException(id); in getDimensionPixelSize() 438 throwException(id); in getInteger() [all …]
|
/frameworks/base/services/jni/ |
D | com_android_server_connectivity_Vpn.cpp | 307 static void throwException(JNIEnv *env, int error, const char *message) in throwException() function 320 throwException(env, tun, "Cannot create interface"); in create() 330 throwException(env, SYSTEM_ERROR, "Cannot get interface name"); in getName() 355 throwException(env, count, "Cannot set address"); in setAddresses() 388 throwException(env, count, "Cannot set route"); in setRoutes() 410 throwException(env, SYSTEM_ERROR, "Cannot reset interface"); in reset()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | GsmAlphabet.java | 164 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm() argument 173 if (throwException) { in charToGsm() 381 boolean throwException, int languageTable, int languageShiftTable) in stringToGsm7BitPacked() argument 384 int septetCount = countGsmSeptetsUsingTables(data, !throwException, in stringToGsm7BitPacked() 405 if (throwException) { in stringToGsm7BitPacked()
|
/frameworks/base/core/java/android/app/ |
D | FragmentManager.java | 447 private void throwException(RuntimeException ex) { in throwException() method in FragmentManagerImpl 564 throwException(new IllegalStateException("Fragment " + fragment in putFragment() 577 throwException(new IllegalStateException("Fragement no longer exists for key " in getFragment() 582 throwException(new IllegalStateException("Fragement no longer exists for key " in getFragment() 591 throwException(new IllegalStateException("Fragment " + fragment in saveFragmentInstanceState() 882 throwException(new IllegalArgumentException( in moveToState() 1636 throwException(new IllegalStateException( in saveAllState() 1651 throwException(new IllegalStateException( in saveAllState() 1692 throwException(new IllegalStateException( in saveAllState() 1798 throwException(new IllegalStateException( in restoreAllState()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentManager.java | 444 private void throwException(RuntimeException ex) { in throwException() method in FragmentManagerImpl 557 throwException(new IllegalStateException("Fragment " + fragment in putFragment() 570 throwException(new IllegalStateException("Fragement no longer exists for key " in getFragment() 575 throwException(new IllegalStateException("Fragement no longer exists for key " in getFragment() 589 throwException( new IllegalStateException("Fragment " + fragment in saveFragmentInstanceState() 919 throwException(new IllegalArgumentException( in moveToState() 1667 throwException(new IllegalStateException( in saveAllState() 1682 throwException(new IllegalStateException( in saveAllState() 1723 throwException(new IllegalStateException( in saveAllState() 1829 throwException(new IllegalStateException( in restoreAllState()
|
/frameworks/base/api/ |
D | current.txt | 37820 …method public void throwException() throws java.nio.BufferOverflowException, java.nio.BufferUnderf…
|