Package org.robolectric.shadows
Class ShadowNativeAllocationRegistry
java.lang.Object
org.robolectric.shadows.ShadowNativeAllocationRegistry
@Implements(value=libcore.util.NativeAllocationRegistry.class, minSdk=24, isInAndroidSdk=false, looseSignatures=true) public class ShadowNativeAllocationRegistry extends Object
-
Constructor Summary
Constructors Constructor Description ShadowNativeAllocationRegistry()
-
Method Summary
Modifier and Type Method Description protected Runnable
registerNativeAllocation(Object referent, long nativePtr)
protected Runnable
registerNativeAllocation(Object referent, Object allocator)
-
Constructor Details
-
ShadowNativeAllocationRegistry
public ShadowNativeAllocationRegistry()
-
-
Method Details