Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java68 private final int mNotificationId; field in MediaInstrumentation
92 mNotificationId = ++notificationID; in MediaInstrumentation()
120 mManager.notify(mNotificationId, buildNotification().build()); in createNotification()
125 mManager.cancel(mNotificationId); in cancelNotification()