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

  /developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.kt 38 private lateinit var helper: NotificationHelper
44 helper = NotificationHelper(this)
126 R.id.main_primary_config -> goToNotificationSettings(NotificationHelper.PRIMARY_CHANNEL)
130 R.id.main_secondary_config -> goToNotificationSettings(NotificationHelper.SECONDARY_CHANNEL)
NotificationHelper.kt 29 internal class NotificationHelper
  /developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.kt 38 private lateinit var helper: NotificationHelper
44 helper = NotificationHelper(this)
126 R.id.main_primary_config -> goToNotificationSettings(NotificationHelper.PRIMARY_CHANNEL)
130 R.id.main_secondary_config -> goToNotificationSettings(NotificationHelper.SECONDARY_CHANNEL)
NotificationHelper.kt 29 internal class NotificationHelper
  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.java 52 private NotificationHelper noti;
58 noti = new NotificationHelper(this);
159 goToNotificationSettings(NotificationHelper.PRIMARY_CHANNEL);
169 goToNotificationSettings(NotificationHelper.SECONDARY_CHANNEL);
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/
MainActivity.java 52 private NotificationHelper noti;
58 noti = new NotificationHelper(this);
159 goToNotificationSettings(NotificationHelper.PRIMARY_CHANNEL);
169 goToNotificationSettings(NotificationHelper.SECONDARY_CHANNEL);
NotificationHelper.java 29 class NotificationHelper extends ContextWrapper {
39 public NotificationHelper(Context ctx) {
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationSecurityLargeTests.java 40 private NotificationHelper mHelper;
51 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationSecurityTests.java 35 private NotificationHelper mHelper;
45 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationBundlingTests.java 43 private NotificationHelper mHelper;
52 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationInlineReplyTests.java 44 private NotificationHelper mHelper;
53 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
NotificationDNDTests.java 51 private NotificationHelper mHelper;
63 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
172 NotificationHelper.launchSettingsPage(mContext,
NotificationInteractionTests.java 72 private NotificationHelper mHelper;
84 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
232 NotificationHelper.CONTENT_TITLE, true);
237 Until.findObject(By.text(NotificationHelper.FIRST_ACTION)),
257 target = mDevice.wait(Until.findObject(By.text(NotificationHelper.SECOND_ACTION)),
270 target = mDevice.wait(Until.findObject(By.text(NotificationHelper.CONTENT_TITLE)),
HeadsUpNotificationTests.java 45 private NotificationHelper mHelper;
54 mHelper = new NotificationHelper(mDevice, getInstrumentation(), mNotificationManager);
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) {
  /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();
  /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 4351 milliseconds