Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java252 private boolean mFgServiceShown; field in NotificationChannel
320 mFgServiceShown = in.readByte() != 0; in NotificationChannel()
374 dest.writeByte(mFgServiceShown ? (byte) 1 : (byte) 0); in writeToParcel()
422 mFgServiceShown = shown; in setFgServiceShown()
847 return mFgServiceShown; in isFgServiceShown()
1305 + ", mFgServiceShown=" + mFgServiceShown in getFieldsString()
1343 proto.write(NotificationChannelProto.FG_SERVICE_SHOWN, mFgServiceShown); in dumpDebug()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8007 Landroid/app/NotificationChannel;->mFgServiceShown:Z