Searched defs:sensitive (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewStructure.java345 * Sets whether the data on this node is sensitive; if it is, then its content (text, autofill
350 * <p>By default, all nodes are assumed to be sensitive, and only nodes that does not have PII
351 * (Personally Identifiable Information - sensitive data such as email addresses, credit card
352 * numbers, passwords, etc...) should be marked as non-sensitive; a good rule of thumb is to
353 * mark as non-sensitive nodes whose value were statically set from resources.
355 * <p>Notice that the content of even sensitive nodes are sent to the service (through the
359 * thedata, so it is important to set the content of sensitive nodes as well, but mark them as
360 * sensitive.
365 public abstract void setDataIsSensitive(boolean sensitive); argument
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DViewStructureImpl.java259 public void setDataIsSensitive(boolean sensitive) { argument
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1763 public void setDataIsSensitive(boolean sensitive) { argument
1764 mNode.mSanitized = !sensitive;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1636 * notification can be dismissed in case notifications are sensitive on the lockscreen.
1796 public void setSensitive(boolean sensitive, boolean hideSensitive) { argument
1797 mSensitive = sensitive;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 341 milliseconds