Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DHeadsUpStatusBarView.java43 private static final String VISIBILITY = "visibility"; field in HeadsUpStatusBarView
75 bundle.putInt(VISIBILITY, getVisibility()); in onSaveInstanceState()
91 if (bundle.containsKey(VISIBILITY)) { in onRestoreInstanceState()
92 setVisibility(bundle.getInt(VISIBILITY)); in onRestoreInstanceState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java83 private static final String VISIBILITY = "visibility"; field in Clock
160 bundle.putInt(VISIBILITY, getVisibility()); in onSaveInstanceState()
181 if (bundle.containsKey(VISIBILITY)) { in onRestoreInstanceState()
182 super.setVisibility(bundle.getInt(VISIBILITY)); in onRestoreInstanceState()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java2121 proto.write(RankingHelperProto.RecordProto.VISIBILITY, r.visibility); in dumpPackagePreferencesLocked()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java3516 proto.write(NotificationProto.VISIBILITY, this.visibility); in dumpDebug()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8138 Landroid/app/NotificationProto;->VISIBILITY:J
49828 Landroid/service/notification/RankingHelperProto$RecordProto;->VISIBILITY:J