/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/services/tests/servicestests/src/com/android/server/people/data/ |
D | ContactsQueryHelperTest.java | 210 public void setThrowSQLiteException(boolean throwException) { in setThrowSQLiteException() 214 public void setThrowIllegalArgumentException(boolean throwException) { in setThrowIllegalArgumentException()
|
/frameworks/base/core/java/android/os/ |
D | PersistableBundle.java | 127 private PersistableBundle(Bundle b, boolean throwException) { in PersistableBundle() 137 private PersistableBundle(ArrayMap<String, Object> map, boolean throwException) { in PersistableBundle()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputContentInfo.java | 125 @NonNull ClipDescription description, @Nullable Uri linkUri, boolean throwException) { in validateInternal()
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | GsmAlphabet.java | 177 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm() 398 boolean throwException, int languageTable, int languageShiftTable) in stringToGsm7BitPacked()
|
/frameworks/base/packages/PrintSpooler/jni/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 69 static void throwException(JNIEnv* env, const char* className, const char* message) { in throwException() function
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelSingleUidTimeReaderTest.java | 375 public void letReadDataThrowException(boolean throwException) { in letReadDataThrowException()
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 1128 private static void throwException(Resources resources, int id, @Nullable String expectedType) in throwException() method in Resources_Delegate 1133 private static void throwException(Resources resources, int id) throws NotFoundException { in throwException() method in Resources_Delegate 1137 private static void throwException(int id, @Nullable ResourceReference resourceInfo) { in throwException() method in Resources_Delegate 1140 private static void throwException(int id, @Nullable ResourceReference resourceInfo, in throwException() method in Resources_Delegate
|
/frameworks/base/services/core/jni/ |
D | com_android_server_connectivity_Vpn.cpp | 254 static void throwException(JNIEnv *env, int error, const char *message) in throwException() function
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 19976 String callingPackage, boolean throwException) { in isCallingPackageAllowedToWriteSettings() 19992 @NonNull String callingPackage, boolean throwException) { in checkAndNoteWriteSettingsOperation() 20011 boolean throwException) { in checkAndNoteWriteSettingsOperation() 20026 String callingPackage, boolean throwException) { in isCallingPackageAllowedToDrawOverlays() 20044 String callingPackage, String callingAttributionTag, boolean throwException) { in checkAndNoteDrawOverlaysOperation() 20059 int uid, String callingPackage, boolean throwException, int appOpsOpCode, in isCallingPackageAllowedToPerformAppOpsProtectedOperation() 20072 int uid, String callingPackage, String callingAttributionTag, boolean throwException, in isCallingPackageAllowedToPerformAppOpsProtectedOperation()
|
/frameworks/base/core/java/android/app/ |
D | FragmentManager.java | 746 private void throwException(RuntimeException ex) { in throwException() method in FragmentManagerImpl
|