Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java216 List<SmartspaceAction> iconGrid, int featureType, boolean sensitive, in SmartspaceTarget() argument
230 mSensitive = sensitive; in SmartspaceTarget()
586 public Builder setSensitive(boolean sensitive) { in setSensitive() argument
587 this.mSensitive = sensitive; in setSensitive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java909 public void setSensitive(boolean sensitive, boolean deviceSensitive) { in setSensitive() argument
910 getRow().setSensitive(sensitive, deviceSensitive); in setSensitive()
911 if (sensitive != mSensitive) { in setSensitive()
912 mSensitive = sensitive; in setSensitive()
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt37 This extension is intended for latency-sensitive applications that are doing
/frameworks/base/core/proto/android/os/
Ddata.proto28 // NOTE the content in the file must not contain sensitive PII otherwise
/frameworks/base/core/java/android/view/
DViewStructure.java412 public abstract void setDataIsSensitive(boolean sensitive); in setDataIsSensitive() argument
/frameworks/base/core/proto/android/
Dprivacy.proto53 // regex to filter pii sensitive info from a string field type.
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md216 Execute non-time sensitive work here
218 event.readyToExecute() //time sensitive point...waiting for Main Thread
230 - **SettingUp** - The worker is in the process of completing all non-time sensitive work
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java180 boolean sensitive = userPublic && needsRedaction; in updateNotificationViews()
184 ent.setSensitive(sensitive, deviceSensitive); in updateNotificationViews()
/frameworks/compile/libbcc/
DREADME.rst50 if the given apps are performance-sensitive. Thus, we implemented
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java972 public void setDataIsSensitive(boolean sensitive) { in setDataIsSensitive() argument
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md134 happened. This is intended for security and PII sensitive gestures, such as
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java2196 public void setDataIsSensitive(boolean sensitive) { in setDataIsSensitive() argument
2197 mNode.mSanitized = !sensitive; in setDataIsSensitive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2523 public void setSensitive(boolean sensitive, boolean hideSensitive) {
2524 mSensitive = sensitive;
/frameworks/wilhelm/doc/
DDoxyfile373 # in case and if your file system supports case sensitive file names. Windows
/frameworks/native/docs/
DDoxyfile455 # in case and if your file system supports case sensitive file names. Windows
/frameworks/av/media/libaaudio/
DDoxyfile486 # in case and if your file system supports case sensitive file names. Windows
/frameworks/av/media/codec2/docs/
Ddoxygen.config514 # in case and if your file system supports case sensitive file names. Windows
/frameworks/base/media/native/midi/include/
DDoxyfile523 # in case and if your file system supports case sensitive file names. Windows
/frameworks/proto_logging/stats/
Datoms.proto4434 * Logs the number of times a uid accesses a sensitive AppOp during a foreground service session.