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 Object
Shadow for
NativeAllocationRegistry
that is a no-op.-
Constructor Summary
Constructors Constructor Description ShadowNoopNativeAllocationRegistry()
-
Method Summary
Modifier and Type Method Description protected Runnable
registerNativeAllocation(Object referent, long nativePtr)
protected Runnable
registerNativeAllocation(Object referent, Object allocator)
-
Constructor Details
-
ShadowNoopNativeAllocationRegistry
public ShadowNoopNativeAllocationRegistry()
-
-
Method Details