Searched defs:notifier (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/awt/java/awt/event/ |
| D | InvocationEvent.java | 46 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/ |
| D | EventQueue.java | 120 final Object notifier = new Object(); // $NON-LOCK-1$ in invokeAndWait() local
|
| /frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
| D | GSMPhone.java | 131 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/ |
| D | CDMAPhone.java | 141 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/ |
| D | PhoneBase.java | 179 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { in PhoneBase() 192 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneBase()
|