HomeSort by relevance Sort by last modified time
    Searched refs:NotificationEntryManager (Results 26 - 29 of 29) sorted by null

12

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationGutsManagerTest.java 90 @Mock private NotificationEntryManager mEntryManager;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 88 import com.android.systemui.statusbar.NotificationEntryManager;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationEntryManager.java 76 * NotificationEntryManager is responsible for the adding, removing, and updating of notifications.
80 public class NotificationEntryManager implements Dumpable, NotificationInflater.InflationCallback,
221 pw.println("NotificationEntryManager state:");
236 public NotificationEntryManager(Context context) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java 201 import com.android.systemui.statusbar.NotificationEntryManager;
417 protected NotificationEntryManager mEntryManager;
646 mEntryManager = Dependency.get(NotificationEntryManager.class);
    [all...]

Completed in 3383 milliseconds

12