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

  /frameworks/base/core/java/com/android/internal/notification/
SystemNotificationChannels.java 17 import android.app.INotificationManager;
184 final INotificationManager iNotificationManager = NotificationManager.getService();
186 iNotificationManager.createNotificationChannelsForPackage(pkg, uid,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationInfo.java 27 import android.app.INotificationManager;
68 private INotificationManager mINotificationManager;
138 final INotificationManager iNotificationManager,
148 bindNotification(pm, iNotificationManager, pkg, notificationChannel,
156 INotificationManager iNotificationManager,
168 mINotificationManager = iNotificationManager;
521 private final INotificationManager mINotificationManager;
529 public UpdateImportanceRunnable(INotificationManager notificationManager
    [all...]
NotificationGutsManager.java 24 import android.app.INotificationManager;
252 INotificationManager iNotificationManager = INotificationManager.Stub.asInterface(
275 iNotificationManager,

Completed in 177 milliseconds