HomeSort by relevance Sort by last modified time
    Searched full:noman (Results 1 - 9 of 9) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
NotificationBackend.java 71 Log.w(TAG, "Error calling NoMan", e);
80 Log.w(TAG, "Error calling NoMan", e);
91 Log.w(TAG, "Error calling NoMan", e);
100 Log.w(TAG, "Error calling NoMan", e);
110 Log.w(TAG, "Error calling NoMan", e);
120 Log.w(TAG, "Error calling NoMan", e);
129 Log.w(TAG, "Error calling NoMan", e);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoService.java 57 NotificationManager noman = getSystemService(NotificationManager.class); local
68 noman.notify(1, builder.build());
93 noman.notify(CAT_NOTIFICATION, builder.build());
120 NotificationManager noman = context.getSystemService(NotificationManager.class); local
121 noman.notify(500, new Notification.Builder(context)
NekoLand.java 135 // noman.notify(1, cat.buildNotification(NekoLand.this).build());
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 766 INotificationManager noMan = getNotificationInterface();
769 noMan.registerListener(mWrapper, componentName, currentUser);
782 INotificationManager noMan = getNotificationInterface();
783 noMan.unregisterListener(mWrapper, mCurrentUser);
794 INotificationManager noMan = INotificationManager.Stub.asInterface
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 543 NotificationManager noMan = (NotificationManager)
545 noMan.cancel(R.id.notification_hidden);
624 // because children are automatically canceled by NoMan in that case.
    [all...]
NotificationData.java 195 // RankingMap as received from NoMan
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 53 * <p>This class receives signals from NoMan and keeps running stats of
    [all...]
NotificationManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 581 // emits visibility events via NoMan on changes.
    [all...]

Completed in 555 milliseconds