Searched refs:mNotifyMgr (Results 1 – 1 of 1) sorted by relevance
92 private NotificationManager mNotifyMgr; field in LockTaskUiTestActivity106 mNotifyMgr = getSystemService(NotificationManager.class); in onCreate()331 if (mNotifyMgr.getNotificationChannel(channelId) == null) { in issueTestNotification()334 mNotifyMgr.createNotificationChannel(channel); in issueTestNotification()343 mNotifyMgr.notify(0, note); in issueTestNotification()347 mNotifyMgr.cancelAll(); in cancelTestNotification()