Package org.robolectric.shadows
Class ShadowNoopNativeAllocationRegistry
- java.lang.Object
-
- org.robolectric.shadows.ShadowNoopNativeAllocationRegistry
-
@Implements(value=libcore.util.NativeAllocationRegistry.class, minSdk=24, isInAndroidSdk=false, looseSignatures=true) public class ShadowNoopNativeAllocationRegistry extends ObjectShadow forNativeAllocationRegistrythat is a no-op.
-
-
Constructor Summary
Constructors Constructor Description ShadowNoopNativeAllocationRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RunnableregisterNativeAllocation(Object referent, long nativePtr)protected RunnableregisterNativeAllocation(Object referent, Object allocator)
-