Searched refs:RuntimeExceptionType (Results 1 – 2 of 2) sorted by relevance
172 class RuntimeExceptionType : public Type {174 explicit RuntimeExceptionType(const JavaTypeNamespace* types);304 const Type* RuntimeExceptionType() const { return m_runtime_exception_type; } in RuntimeExceptionType() function
148 RuntimeExceptionType::RuntimeExceptionType(const JavaTypeNamespace* types) in RuntimeExceptionType() function in android::aidl::java::RuntimeExceptionType293 AddAndSetMember(&m_runtime_exception_type, std::make_unique<class RuntimeExceptionType>(this)); in Init()