Searched defs:notifier (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | LinkSocket.java | 49 public LinkSocket(LinkSocketNotifier notifier) { in LinkSocket() 61 public LinkSocket(LinkSocketNotifier notifier, Proxy proxy) { in LinkSocket()
|
/frameworks/base/media/libmedia/ |
D | IMediaDeathNotifier.cpp | 94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); in binderDied() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | CDMALTEPhone.java | 61 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { in CDMALTEPhone()
|
D | CDMAPhone.java | 138 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/ |
D | GSMPhone.java | 125 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/ |
D | SipPhoneBase.java | 58 public SipPhoneBase(Context context, PhoneNotifier notifier) { in SipPhoneBase()
|
D | SipPhone.java | 63 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { in SipPhone()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | PhoneBase.java | 189 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { in PhoneBase() 202 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneBase()
|