HomeSort by relevance Sort by last modified time
    Searched full:telephonyregistry (Results 1 - 4 of 4) 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) {
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 351 //Rlog.d("TelephonyRegistry", "what=0x" + Integer.toHexString(msg.what) + " msg=" + msg);
  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 417 // - manually kick off progress updates, either using TelephonyRegistry
    [all...]

Completed in 612 milliseconds