Home | History | Annotate | Download | only in services

Lines Matching refs:mNotifier

850         private final Object mNotifier;
855 mNotifier = notifier;
860 synchronized (mNotifier) {
861 mNotifier.notify();