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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java51 public class PhoneProxy extends Handler implements Phone { class in inherits:Handler,Phone
73 private static final String LOG_TAG = "PhoneProxy";
76 public PhoneProxy(PhoneBase phone) { method in class:PhoneProxy
151 Rlog.d(LOG_TAG, "[PhoneProxy] " + msg);
155 Rlog.e(LOG_TAG, "[PhoneProxy] " + msg);

Completed in 57 milliseconds