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

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

Completed in 187 milliseconds