Searched refs:sRegistry (Results 1 – 4 of 4) sorted by relevance
53 private static ITelephonyRegistry sRegistry; field in CarrierService59 if (sRegistry == null) { in CarrierService()60 sRegistry = ITelephonyRegistry.Stub.asInterface( in CarrierService()119 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange()
96 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Canvas.NoImagePreloadHolder113 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()135 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()147 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
49 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Paint.NoImagePreloadHolder458 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()477 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
93 private static ITelephonyRegistry sRegistry; field in TelephonyManager145 if (sRegistry == null) { in TelephonyManager()146 sRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in TelephonyManager()2786 sRegistry.listenForSubscriber(listener.mSubId, getOpPackageName(), in listen()