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

  /frameworks/base/core/java/android/app/
INotificationManager.aidl 42 StatusBarNotification[] getHistoricalNotifications(String callingPkg, int count);
  /packages/apps/Settings/src/com/android/settings/
NotificationStation.java 200 StatusBarNotification[] dismissed = mNoMan.getHistoricalNotifications(mContext.getPackageName(), 50);
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 528 public StatusBarNotification[] getHistoricalNotifications(String callingPkg, int count) {
531 "NotificationManagerService.getHistoricalNotifications");
    [all...]

Completed in 233 milliseconds