Home
last modified time | relevance | path

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

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