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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Runnable
registerNativeAllocation(Object referent, long nativePtr)
protected Runnable
registerNativeAllocation(Object referent, Object allocator)
-
-
-
Method Detail
-
registerNativeAllocation
@Implementation protected Runnable registerNativeAllocation(Object referent, Object allocator)
-
registerNativeAllocation
@Implementation protected Runnable registerNativeAllocation(Object referent, long nativePtr)
-
-