Home
last modified time | relevance | path

Searched refs:mINotificationManager (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java67 private INotificationManager mINotificationManager; field in NotificationGuts
179 mINotificationManager = INotificationManager.Stub.asInterface( in bindImportance()
184 mINotificationManager.getImportance(sbn.getPackageName(), sbn.getUid()); in bindImportance()
231 mINotificationManager.setImportance(sbn.getPackageName(), sbn.getUid(), progress); in saveImportance()