Searched defs:EX_UNSUPPORTED_OPERATION (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DStatus.h63 EX_UNSUPPORTED_OPERATION = -7, enumerator in enum:android::binder::final::Exception
/frameworks/native/libs/binder/include/binder/
H A DStatus.h63 EX_UNSUPPORTED_OPERATION = -7, enumerator in enum:android::binder::final::Exception
/frameworks/base/core/java/android/os/
H A DParcel.java255 private static final int EX_UNSUPPORTED_OPERATION = -7; field in class:Parcel
1810 code = EX_UNSUPPORTED_OPERATION;
1953 case EX_UNSUPPORTED_OPERATION:

Completed in 187 milliseconds