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