Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodPrivilegedOperationsRegistry.java44 private static WeakHashMap<IBinder, WeakReference<InputMethodPrivilegedOperations>> sRegistry; field in InputMethodPrivilegedOperationsRegistry
74 if (sRegistry == null) { in put()
75 sRegistry = new WeakHashMap<>(); in put()
78 sRegistry.put(token, new WeakReference<>(ops)); in put()
99 if (sRegistry == null) { in get()
102 final WeakReference<InputMethodPrivilegedOperations> wrapperRef = sRegistry.get(token); in get()
126 if (sRegistry == null) { in remove()
129 sRegistry.remove(token); in remove()
130 if (sRegistry.isEmpty()) { in remove()
131 sRegistry = null; in remove()
[all …]
/frameworks/base/core/java/android/service/carrier/
DCarrierService.java58 private static ITelephonyRegistry sRegistry; field in CarrierService
64 if (sRegistry == null) { in CarrierService()
65 sRegistry = ITelephonyRegistry.Stub.asInterface( in CarrierService()
126 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange()
/frameworks/base/graphics/java/android/graphics/
DColorFilter.java29 public static final NativeAllocationRegistry sRegistry = field in ColorFilter.NoImagePreloadHolder
68 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
DShader.java36 public static final NativeAllocationRegistry sRegistry = field in Shader.NoImagePreloadHolder
178 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
DPath.java39 private static final NativeAllocationRegistry sRegistry = field in Path
65 sRegistry.registerNativeAllocation(this, mNativePath); in Path()
83 sRegistry.registerNativeAllocation(this, mNativePath); in Path()
DMatrix.java227 public static final NativeAllocationRegistry sRegistry = field in Matrix.NoImagePreloadHolder
243 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix()
253 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix()
DRenderNode.java198 public static final NativeAllocationRegistry sRegistry = field in RenderNode.NoImagePreloadHolder
228 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode()
237 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode()
DCanvas.java81 public static final NativeAllocationRegistry sRegistry = field in Canvas.NoImagePreloadHolder
99 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
121 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
134 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
DTypeface.java76 private static final NativeAllocationRegistry sRegistry = field in Typeface
1096 sRegistry.registerNativeAllocation(this, native_instance);
DPaint.java63 public static final NativeAllocationRegistry sRegistry = field in Paint.NoImagePreloadHolder
559 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
579 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
DColorSpace.java2813 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePtr); in Rgb()
2820 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in ColorSpace.Rgb.NoImagePreloadHolder
/frameworks/base/graphics/java/android/graphics/text/
DLineBreaker.java352 private static final NativeAllocationRegistry sRegistry = field in LineBreaker.Result
359 sRegistry.registerNativeAllocation(this, mPtr); in Result()
448 private static final NativeAllocationRegistry sRegistry = field in LineBreaker
462 sRegistry.registerNativeAllocation(this, mNativePtr); in LineBreaker()
DMeasuredText.java173 private static final NativeAllocationRegistry sRegistry = field in MeasuredText.Builder
325 sRegistry.registerNativeAllocation(res, ptr); in build()
/frameworks/base/core/java/android/os/
DBinderProxy.java412 NoImagePreloadHolder.sRegistry.registerNativeAllocation(result, nativeData); in getInstance()
435 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in BinderProxy.NoImagePreloadHolder
DBinder.java123 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Binder.NoImagePreloadHolder
561 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mObject); in Binder()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2071 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in SurfaceControl.Transaction
2089 = sRegistry.registerNativeAllocation(this, mNativeObject); in Transaction()