Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLockTaskUiTestActivity.java92 private NotificationManager mNotifyMgr; field in LockTaskUiTestActivity
106 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()