Home
last modified time | relevance | path

Searched refs:sRegistry (Results 1 – 4 of 4) 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/
DCanvas.java96 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Canvas.NoImagePreloadHolder
113 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
135 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
147 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
DPaint.java49 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Paint.NoImagePreloadHolder
458 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
477 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java93 private static ITelephonyRegistry sRegistry; field in TelephonyManager
145 if (sRegistry == null) { in TelephonyManager()
146 sRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in TelephonyManager()
2786 sRegistry.listenForSubscriber(listener.mSubId, getOpPackageName(), in listen()