diff options
| author | Julia Reynolds <juliacr@google.com> | 2017-08-11 12:52:14 -0400 |
|---|---|---|
| committer | Julia Reynolds <juliacr@google.com> | 2017-08-15 14:57:09 -0400 |
| commit | 399d9bfa21160e9954e51798060780fcd09e54ae (patch) | |
| tree | a56c7243c0f4932c2048f0b08e54cc44daf92740 /core/java/android/app/NotificationChannelGroup.java | |
| parent | 816797abb9646b0916781aa1742212a24a6d31a0 (diff) | |
Doc updates
Bug: 64445247
Change-Id: I366366870dae0ab5f3bc9f22d6388234083a758a
Fixes: 63712730
Test: make
Diffstat (limited to 'core/java/android/app/NotificationChannelGroup.java')
| -rw-r--r-- | core/java/android/app/NotificationChannelGroup.java | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/core/java/android/app/NotificationChannelGroup.java b/core/java/android/app/NotificationChannelGroup.java index 7e8f191acdb9..18ad9cf3d8e3 100644 --- a/core/java/android/app/NotificationChannelGroup.java +++ b/core/java/android/app/NotificationChannelGroup.java @@ -15,24 +15,18 @@ */ package android.app; -import android.annotation.StringRes; import android.annotation.SystemApi; import android.content.Intent; -import android.net.Uri; import android.os.Parcel; import android.os.Parcelable; -import android.service.notification.NotificationListenerService; import android.text.TextUtils; -import android.util.Slog; import org.json.JSONException; import org.json.JSONObject; -import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlSerializer; import java.io.IOException; import java.util.ArrayList; -import java.util.Arrays; import java.util.List; /** @@ -115,10 +109,8 @@ public final class NotificationChannelGroup implements Parcelable { return mName; } - /* + /** * Returns the list of channels that belong to this group - * - * @hide */ public List<NotificationChannel> getChannels() { return mChannels; |
