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

  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.java 52 private NotificationHelper noti; field in class:MainActivity
58 noti = new NotificationHelper(this);
72 nb = noti.getNotification1(title, getString(R.string.primary1_body));
76 nb = noti.getNotification1(title, getString(R.string.primary2_body));
80 nb = noti.getNotification2(title, getString(R.string.secondary1_body));
84 nb = noti.getNotification2(title, getString(R.string.secondary2_body));
88 noti.notify(id, nb);
  /developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.java 52 private NotificationHelper noti; field in class:MainActivity
58 noti = new NotificationHelper(this);
72 nb = noti.getNotification1(title, getString(R.string.primary1_body));
76 nb = noti.getNotification1(title, getString(R.string.primary2_body));
80 nb = noti.getNotification2(title, getString(R.string.secondary1_body));
84 nb = noti.getNotification2(title, getString(R.string.secondary2_body));
88 noti.notify(id, nb);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestNotificationService.java 138 private boolean doCancel(Notification noti) {
139 if (!isStartProgress(noti)) {
143 Notification.Action aList [] = noti.actions;
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
CertificateMonitor.java 161 final Notification noti = buildNotification(userHandle, pendingCertificateCount); local
163 LOG_TAG, MONITORING_CERT_NOTIFICATION_ID, noti, userHandle);
  /external/pcre/dist2/src/
pcre2_internal.h     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]

Completed in 197 milliseconds