Home | History | Annotate | Download | only in notification

Lines Matching defs:mWrapper

113     private INotificationListenerWrapper mWrapper = null;
279 mWrapper, pkg, tag, id);
304 getNotificationInterface().cancelNotificationsFromListener(mWrapper,
339 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys);
365 getNotificationInterface().setOnNotificationPostedTrimFromListener(mWrapper, trim);
426 .getActiveNotificationsFromListener(mWrapper, keys, trim);
454 return getNotificationInterface().getHintsFromListener(mWrapper);
481 return getNotificationInterface().getInterruptionFilterFromListener(mWrapper);
502 getNotificationInterface().requestHintsFromListener(mWrapper, hints);
523 .requestInterruptionFilterFromListener(mWrapper, interruptionFilter);
551 if (mWrapper == null) {
552 mWrapper = new INotificationListenerWrapper();
554 return mWrapper;
558 if (mWrapper == null) {
581 if (mWrapper == null) {
582 mWrapper = new INotificationListenerWrapper();
585 noMan.registerListener(mWrapper, componentName, currentUser);
598 if (mWrapper != null) {
600 noMan.unregisterListener(mWrapper, mCurrentUser);
618 synchronized (mWrapper) {
638 synchronized (mWrapper) {
650 synchronized (mWrapper) {
663 synchronized (mWrapper) {