Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java93 NotificationManager notiMan = mContext.getSystemService(NotificationManager.class); in dumpLeak() local
99 notiMan.createNotificationChannel(channel); in dumpLeak()
110 notiMan.notify(TAG, 0, builder.build()); in dumpLeak()