Searched defs:PhoneProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java43 public class PhoneProxy extends Handler implements Phone { class in inherits:Handler,Phone
64 public PhoneProxy(Phone phone) { method in class:PhoneProxy
124 Log.d(LOG_TAG, "[PhoneProxy] " + msg);
128 Log.w(LOG_TAG, "[PhoneProxy] " + msg);
132 Log.e(LOG_TAG, "[PhoneProxy] " + msg);

Completed in 53 milliseconds