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

  /frameworks/base/core/java/android/app/
NotificationChannelGroup.java 35 public final class NotificationChannelGroup implements Parcelable {
38 * The maximum length for text fields in a NotificationChannelGroup. Fields will be truncated at
61 public NotificationChannelGroup(String id, CharSequence name) {
69 protected NotificationChannelGroup(Parcel in) {
151 public static final Creator<NotificationChannelGroup> CREATOR =
152 new Creator<NotificationChannelGroup>() {
154 public NotificationChannelGroup createFromParcel(Parcel in) {
155 return new NotificationChannelGroup(in);
159 public NotificationChannelGroup[] newArray(int size) {
160 return new NotificationChannelGroup[size]
    [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1888 milliseconds