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

  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 21 import com.android.server.NotificationManagerService;
430 NotificationManagerService nm =
431 (NotificationManagerService) NotificationManager.getService();
  /frameworks/base/services/java/com/android/server/
SystemServer.java 351 NotificationManagerService notification = null;
409 * NotificationManagerService is dependant on MountService,
572 notification = new NotificationManagerService(context, statusBar, lights);
    [all...]
NotificationManagerService.java 104 public class NotificationManagerService extends INotificationManager.Stub
503 "NotificationManagerService.getActiveNotifications");
531 "NotificationManagerService.getHistoricalNotifications");
    [all...]

Completed in 496 milliseconds