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/
TelephonyRegistry.java 54 class TelephonyRegistry extends ITelephonyRegistry.Stub {
55 private static final String TAG = "TelephonyRegistry";
124 TelephonyRegistry(Context context) {
SystemServer.java 147 ServiceManager.addService("telephony.registry", new TelephonyRegistry(context));
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 330 //Log.d("TelephonyRegistry", "what=0x" + Integer.toHexString(msg.what) + " msg=" + msg);
  /packages/apps/Phone/src/com/android/phone/
OtaUtils.java 469 // - manually kick off progress updates, either using TelephonyRegistry
    [all...]

Completed in 2794 milliseconds