Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DHeadsUpStatusBarView.java46 private static final String VISIBILITY = "visibility"; field in HeadsUpStatusBarView
122 bundle.putInt(VISIBILITY, getVisibility()); in onSaveInstanceState()
139 if (bundle.containsKey(VISIBILITY)) { in onRestoreInstanceState()
140 setVisibility(bundle.getInt(VISIBILITY)); in onRestoreInstanceState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java76 private static final String VISIBILITY = "visibility"; field in Clock
148 bundle.putInt(VISIBILITY, getVisibility()); in onSaveInstanceState()
169 if (bundle.containsKey(VISIBILITY)) { in onRestoreInstanceState()
170 super.setVisibility(bundle.getInt(VISIBILITY)); in onRestoreInstanceState()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1530 proto.write(RankingHelperProto.RecordProto.VISIBILITY, r.visibility); in dumpPackagePreferencesLocked()
/frameworks/base/core/java/android/app/
DNotification.java2990 proto.write(NotificationProto.VISIBILITY, this.visibility); in writeToProto()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8141 Landroid/app/NotificationProto;->VISIBILITY:J
63740 Landroid/service/notification/RankingHelperProto$RecordProto;->VISIBILITY:J