HomeSort by relevance Sort by last modified time
    Searched defs:noti (Results 1 - 3 of 3) 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);
  /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);

Completed in 412 milliseconds