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
-
Method Summary
Modifier and TypeMethodDescriptionprotected Runnable
registerNativeAllocation
(Object referent, long nativePtr) protected Runnable
registerNativeAllocation
(Object referent, Object allocator)
-
Constructor Details
-
ShadowNoopNativeAllocationRegistry
public ShadowNoopNativeAllocationRegistry()
-
-
Method Details
-
registerNativeAllocation
-
registerNativeAllocation
-