Searched refs:HostStubGenInternalException (Results 1 – 5 of 5) sorted by relevance
18 import com.android.hoststubgen.HostStubGenInternalException38 throw HostStubGenInternalException(44 throw HostStubGenInternalException(
19 import com.android.hoststubgen.HostStubGenInternalException in <lambda>()51 throw HostStubGenInternalException( in <lambda>()
20 import com.android.hoststubgen.HostStubGenInternalException in <lambda>()377 throw HostStubGenInternalException("Policy $policy shouldn't show up here") in <lambda>()
31 class HostStubGenInternalException(message: String) : Exception(message) class
19 import com.android.hoststubgen.HostStubGenInternalException in <lambda>()168 Type.VOID_TYPE -> throw HostStubGenInternalException("VOID_TYPE not expected") in writeByteCodeToPushArguments()