Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java35 private NotificationManager mNotificationManager; field in NotificationManagerTest
40 mNotificationManager = (NotificationManager) mContext.getSystemService( in setUp()
43 mNotificationManager.cancelAll(); in setUp()
49 mNotificationManager.cancelAll(); in tearDown()
53 mNotificationManager.cancelAll(); in testNotify()
62 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testNotify()
74 mNotificationManager.cancel(id); in testCancel()
88 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancelAll()
94 mNotificationManager.cancelAll(); in testCancelAll()
96 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancelAll()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java69 NotificationManager mNotificationManager = in showBugreportNotification() local
78 mNotificationManager.notify(notificationId, notification); in showBugreportNotification()
DByodHelperActivity.java160 private NotificationManager mNotificationManager; field in ByodHelperActivity
179 mNotificationManager.notify(NOTIFICATION_ID, notification); in showNotification()
196 mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate()
334 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()
/cts/tools/dex-tools/dex/
Dclasses.out.dex10622 private android.app.NotificationManager mNotificationManager