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

  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java 29 class NotificationHelper extends ContextWrapper {
39 public NotificationHelper(Context ctx) {
  /developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java 29 class NotificationHelper extends ContextWrapper {
39 public NotificationHelper(Context ctx) {
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 30 public class NotificationHelper extends BroadcastReceiver {
31 private static final String TAG = "NotificationHelper";
46 public NotificationHelper(Service service, MediaSession session) {
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
NotificationHelper.java 39 public class NotificationHelper {
40 private static final String LOG_TAG = NotificationHelper.class.getSimpleName();
43 private static NotificationHelper sInstance = null;
48 public NotificationHelper() {
53 public static NotificationHelper getInstance() {
55 sInstance = new NotificationHelper();
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 51 private NotificationHelper mHelper;
63 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
172 NotificationHelper.launchSettingsPage(mContext,
NotificationHelper.java 58 public class NotificationHelper {
60 private static final String LOG_TAG = NotificationHelper.class.getSimpleName();
79 public NotificationHelper(UiDevice device, Instrumentation inst, NotificationManager nm) {

Completed in 370 milliseconds