Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/
DLinkSocket.java49 public LinkSocket(LinkSocketNotifier notifier) { in LinkSocket()
61 public LinkSocket(LinkSocketNotifier notifier, Proxy proxy) { in LinkSocket()
/frameworks/base/media/libmedia/
DIMediaDeathNotifier.cpp94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); in binderDied() local
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java61 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { in CDMALTEPhone()
DCDMAPhone.java138 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { in CDMAPhone()
144 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, in CDMAPhone()
158 protected void init(Context context, PhoneNotifier notifier) { in init()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGSMPhone.java125 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) { in GSMPhone()
130 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { in GSMPhone()
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
DSipPhoneBase.java58 public SipPhoneBase(Context context, PhoneNotifier notifier) { in SipPhoneBase()
DSipPhone.java63 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { in SipPhone()
/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneBase.java189 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { in PhoneBase()
202 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneBase()