OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sRegistry
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/service/carrier/
CarrierService.java
53
private static ITelephonyRegistry
sRegistry
;
59
if (
sRegistry
== null) {
60
sRegistry
= ITelephonyRegistry.Stub.asInterface(
119
if (
sRegistry
!= null)
sRegistry
.notifyCarrierNetworkChange(active);
/frameworks/base/graphics/java/android/graphics/
Canvas.java
96
public static final NativeAllocationRegistry
sRegistry
= new NativeAllocationRegistry(
113
mFinalizer = NoImagePreloadHolder.
sRegistry
.registerNativeAllocation(
135
mFinalizer = NoImagePreloadHolder.
sRegistry
.registerNativeAllocation(
147
mFinalizer = NoImagePreloadHolder.
sRegistry
.registerNativeAllocation(
[
all
...]
Paint.java
49
public static final NativeAllocationRegistry
sRegistry
= new NativeAllocationRegistry(
458
NoImagePreloadHolder.
sRegistry
.registerNativeAllocation(this, mNativePaint);
477
NoImagePreloadHolder.
sRegistry
.registerNativeAllocation(this, mNativePaint);
[
all
...]
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
96
private static ITelephonyRegistry
sRegistry
;
148
if (
sRegistry
== null) {
149
sRegistry
= ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
[
all
...]
Completed in 80 milliseconds