Home
last modified time | relevance | path

Searched defs:registerNativeAllocation (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNoopNativeAllocationRegistry.java18 protected Runnable registerNativeAllocation(Object referent, Object allocator) { in registerNativeAllocation() method in ShadowNoopNativeAllocationRegistry
23 protected Runnable registerNativeAllocation(Object referent, long nativePtr) { in registerNativeAllocation() method in ShadowNoopNativeAllocationRegistry
DShadowNativeAllocationRegistry.java29 protected Runnable registerNativeAllocation(Object referent, long nativePtr) { in registerNativeAllocation() method in ShadowNativeAllocationRegistry
55 Runnable registerNativeAllocation(Object referent, long nativePtr); in registerNativeAllocation() method