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 157 TelephonyRegistry telephonyRegistry = null;
217 telephonyRegistry = new TelephonyRegistry(context);
218 ServiceManager.addService("telephony.registry", telephonyRegistry);
    [all...]
TelephonyRegistry.java 61 class TelephonyRegistry extends ITelephonyRegistry.Stub {
62 private static final String TAG = "TelephonyRegistry";
143 TelephonyRegistry.this.notifyCellLocation(mCellLocation);
168 TelephonyRegistry(Context context) {

Completed in 29 milliseconds