Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java40 public class NotificationHelper { class
41 private static final String LOG_TAG = NotificationHelper.class.getSimpleName();
44 private static NotificationHelper sInstance = null;
49 public NotificationHelper() { in NotificationHelper() method in NotificationHelper
54 public static NotificationHelper getInstance() { in getInstance()
56 sInstance = new NotificationHelper(); in getInstance()