Home
last modified time | relevance | path

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

/frameworks/base/awt/java/awt/event/
DInvocationEvent.java46 protected Object notifier; field in InvocationEvent
58 Object notifier, boolean catchExceptions) { in InvocationEvent()
63 Object notifier, boolean catchExceptions) in InvocationEvent()
/frameworks/base/awt/java/awt/
DEventQueue.java120 final Object notifier = new Object(); // $NON-LOCK-1$ in invokeAndWait() local
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGSMPhone.java131 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) { in GSMPhone()
136 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { in GSMPhone()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCDMAPhone.java141 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { in CDMAPhone()
145 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, in CDMAPhone()
/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneBase.java179 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { in PhoneBase()
192 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneBase()