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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShadowNativeAllocationRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.RunnableregisterNativeAllocation(java.lang.Object referent, long nativePtr)protected java.lang.RunnableregisterNativeAllocation(java.lang.Object referent, java.lang.Object allocator)
-
-
-
Method Detail
-
registerNativeAllocation
@Implementation protected java.lang.Runnable registerNativeAllocation(java.lang.Object referent, java.lang.Object allocator)
-
registerNativeAllocation
@Implementation protected java.lang.Runnable registerNativeAllocation(java.lang.Object referent, long nativePtr)
-
-