Searched refs:mFgServiceShown (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java148 private boolean mFgServiceShown; field in class:NotificationChannel
205 mFgServiceShown = in.readByte() != 0;
251 dest.writeByte(mFgServiceShown ? (byte) 1 : (byte) 0);
289 mFgServiceShown = shown;
591 return mFgServiceShown;
959 + ", mFgServiceShown=" + mFgServiceShown
990 proto.write(NotificationChannelProto.FG_SERVICE_SHOWN, mFgServiceShown);

Completed in 26 milliseconds