HomeSort by relevance Sort by last modified time
    Searched refs:NotificationHelper (Results 1 - 10 of 10) sorted by null

  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationSecurityLargeTests.java 39 private NotificationHelper mHelper;
49 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationSecurityTests.java 35 private NotificationHelper mHelper;
45 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationInlineReplyTests.java 37 private NotificationHelper mHelper;
46 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationBundlingTests.java 43 private NotificationHelper mHelper;
52 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationInteractionTests.java 41 private NotificationHelper mHelper;
52 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationDNDTests.java 49 private NotificationHelper mHelper;
61 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
163 NotificationHelper.launchSettingsPage(mContext,
HeadsUpNotificationTests.java 45 private NotificationHelper mHelper;
54 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationHelper.java 60 public class NotificationHelper {
62 private static final String LOG_TAG = NotificationHelper.class.getSimpleName();
74 public NotificationHelper(UiDevice device, Instrumentation inst, NotificationManager nm) {
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerService.java 38 private NotificationHelper mNotifyHelper;
52 mNotifyHelper = new NotificationHelper(this, mSession.mSession);
NotificationHelper.java 30 public class NotificationHelper extends BroadcastReceiver {
31 private static final String TAG = "NotificationHelper";
46 public NotificationHelper(Service service, MediaSession session) {

Completed in 90 milliseconds