Home
last modified time | relevance | path

Searched refs:sRegistry (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
DCarrierService.java53 private static ITelephonyRegistry sRegistry; field in CarrierService
59 if (sRegistry == null) { in CarrierService()
60 sRegistry = ITelephonyRegistry.Stub.asInterface( in CarrierService()
119 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange()
/frameworks/base/graphics/java/android/graphics/
DColorFilter.java29 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in ColorFilter.NoImagePreloadHolder
67 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
DShader.java33 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Shader.NoImagePreloadHolder
163 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
DMatrix.java227 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Matrix.NoImagePreloadHolder
241 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix()
251 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix()
DCanvas.java79 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Canvas.NoImagePreloadHolder
96 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
118 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
130 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
DPaint.java59 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Paint.NoImagePreloadHolder
487 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
506 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
/frameworks/base/core/java/android/view/
DRenderNode.java138 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in RenderNode.NoImagePreloadHolder
148 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode()
157 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode()