Home
last modified time | relevance | path

Searched defs:getExceptionCode (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode() function
/aosp12/frameworks/base/core/java/android/os/
H A DParcel.java2239 public static int getExceptionCode(@NonNull Throwable e) { in getExceptionCode() method in Parcel