Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java67 private static ITelephonyRegistry sRegistry; field in TelephonyRegistryManager
88 if (sRegistry == null) { in TelephonyRegistryManager()
89 sRegistry = ITelephonyRegistry.Stub.asInterface( in TelephonyRegistryManager()
116 sRegistry.addOnSubscriptionsChangedListener(mContext.getOpPackageName(), in addOnSubscriptionsChangedListener()
136 sRegistry.removeOnSubscriptionsChangedListener(mContext.getOpPackageName(), in removeOnSubscriptionsChangedListener()
175 sRegistry.addOnOpportunisticSubscriptionsChangedListener(mContext.getOpPackageName(), in addOnOpportunisticSubscriptionsChangedListener()
193 sRegistry.removeOnSubscriptionsChangedListener(mContext.getOpPackageName(), in removeOnOpportunisticSubscriptionsChangedListener()
218 sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange()
236 sRegistry.notifyCallState(slotIndex, subId, state, incomingNumber); in notifyCallStateChanged()
253 sRegistry.notifyCallStateForAllSubs(state, incomingNumber); in notifyCallStateChangedForAllSubscriptions()
[all …]
/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/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/native/cmds/idlcli/
Dutils.h241 static CommandRegistry sRegistry; in Instance() local
242 return &sRegistry; in Instance()
/frameworks/base/core/java/android/os/
DBinderProxy.java413 NoImagePreloadHolder.sRegistry.registerNativeAllocation(result, nativeData); in getInstance()
436 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in BinderProxy.NoImagePreloadHolder
DBinder.java123 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Binder.NoImagePreloadHolder
578 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mObject); in Binder()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2057 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in SurfaceControl.Transaction
2075 = sRegistry.registerNativeAllocation(this, mNativeObject); in Transaction()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19130 Landroid/graphics/Canvas$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
19193 Landroid/graphics/ColorFilter$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegist…
20835 Landroid/graphics/Matrix$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
20912 Landroid/graphics/Paint$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
21107 Landroid/graphics/Path;->sRegistry:Llibcore/util/NativeAllocationRegistry;
21298 Landroid/graphics/Shader$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
21381 Landroid/graphics/Typeface;->sRegistry:Llibcore/util/NativeAllocationRegistry;
49288 Landroid/os/Binder$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
62985 Landroid/service/carrier/CarrierService;->sRegistry:Lcom/android/internal/telephony/ITelephonyRegis…
70293 Landroid/text/MeasuredParagraph;->sRegistry:Llibcore/util/NativeAllocationRegistry;
[all …]