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

Completed in 4000 milliseconds