Home
last modified time | relevance | path

Searched defs:Exception (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/processors/immutability/src/android/processor/immutability/
DImmutable.java60 enum Exception { enum
/frameworks/base/services/incremental/
DIncrementalServiceValidation.cpp32 binder::Status Exception(uint32_t code, const std::string& msg) { in Exception() function
/frameworks/native/libs/binder/include/binder/
DStatus.h57 enum Exception { enum
/frameworks/native/include/binder/
DStatus.h57 enum Exception { enum
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DTestHttpServer.kt103 fun Exception.toResponse() = in <lambda>() method
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
DPackageManagerComponentLabelIconOverrideTest.kt97 data class Exception(val type: Class<out java.lang.Exception>) : Result() in <lambda>() dataClass