Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java59 private final NotificationManager mManager; field in MediaInstrumentation
86 mManager = context.getSystemService(NotificationManager.class); in MediaInstrumentation()
120 mManager.notify(mNotificationId, buildNotification().build()); in createNotification()
125 mManager.cancel(mNotificationId); in cancelNotification()