HomeSort by relevance Sort by last modified time
    Searched refs:TelephonyRegistry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
SystemServer.java 409 TelephonyRegistry telephonyRegistry = null;
435 telephonyRegistry = new TelephonyRegistry(context);
436 ServiceManager.addService("telephony.registry", telephonyRegistry);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 80 class TelephonyRegistry extends ITelephonyRegistry.Stub {
81 private static final String TAG = "TelephonyRegistry";
210 TelephonyRegistry.this.notifyCellLocationForSubscriber(sub,
278 TelephonyRegistry(Context context) {
    [all...]

Completed in 690 milliseconds