Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java103 private final boolean mSensitive; field in SmartspaceTarget
289 this.mSensitive = in.readBoolean(); in SmartspaceTarget()
319 mSensitive = sensitive; in SmartspaceTarget()
406 return mSensitive; in isSensitive()
508 dest.writeBoolean(this.mSensitive); in writeToParcel()
537 + ", mSensitive=" + mSensitive in toString()
559 && mSensitive == that.mSensitive in equals()
580 mExpiryTimeMillis, mScore, mActionChips, mIconGrid, mFeatureType, mSensitive, in hashCode()
604 private boolean mSensitive; field in SmartspaceTarget.Builder
705 this.mSensitive = sensitive; in setSensitive()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DEditTextActivity.java52 private boolean mSensitive; field in EditTextActivity
102 mSensitive = clip.getDescription().getExtras() != null in onStart()
126 extras.putBoolean(ClipDescription.EXTRA_IS_SENSITIVE, mSensitive); in saveToClipboard()
/frameworks/base/ravenwood/runtime-helper-src/framework/com/android/platform/test/ravenwood/nativesubstitution/
DParcel_host.java47 private boolean mSensitive; field in Parcel_host
82 mSensitive = false; in init()
141 getInstance(nativePtr).mSensitive = true; in nativeMarkSensitive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java172 private final MutableStateFlow<Boolean> mSensitive = StateFlowKt.MutableStateFlow(true); field in NotificationEntry
917 return mSensitive; in isSensitive()
928 if (sensitive != mSensitive.getValue()) { in setSensitive()
929 mSensitive.setValue(sensitive); in setSensitive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java222 private boolean mSensitive; field in ExpandableNotificationRow
2731 } else if (mSensitive && mHideSensitiveForIntrinsicHeight) {
2896 mSensitive = sensitive;
2934 mShowingPublic = mSensitive && hideSensitive;
3029 return mSensitive && mHideSensitiveForIntrinsicHeight;
3856 pw.print("sensitive", mSensitive);