Home
last modified time | relevance | path

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

123

/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd93 case-sensitive, unlike the RFC. As a result, you should always specify schemes
103 case-sensitive, unlike the formal RFC. As a result, you should always specify
165 case-sensitive, unlike formal RFC MIME types. As a result, you should always
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd83 <p>To provide additional protection for sensitive data, you might
99 application, you should not store sensitive information using
186 Not having access to sensitive permissions reduces the risk of
201 to protect IPC that is security sensitive and will be exposed to other
270 are used for sensitive data, such as {@link javax.net.ssl.HttpsURLConnection} for
283 handling sensitive IPC. We discourage this approach since these interfaces are
306 not rely on unauthenticated SMS data to perform sensitive commands.
364 sensitive or personal user data. If you have access to user data and can avoid
386 <p>If access to sensitive data is required, evaluate whether that information
388 the client. Consider running any code using sensitive data on the client to
[all …]
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd49 sensitive content can still
331 <li> Are time-sensitive</li>
344 <li> Aren't time sensitive</li>
632 Examples of time-sensitive notification
638 <p>Use notifications primarily for <strong>time-sensitive events</strong>, especially
660 information that is not truly time-sensitive. For instance, the asynchronous
785 important consideration. Notifications often contain sensitive information, and
806 sensitive details from the secure lock screen. In this case the System UI
Dnotifications_k.jd252 <p>Notifications should be used primarily for <strong>time sensitive
276 them, or information that is not truly time sensitive. For instance the
/frameworks/base/docs/html/design/wear/
Dstyle.jd96sensitive or embarrassing (such as notifications from a dating app or a medical status report), co…
Dstructure.jd248 data after a short period of inactivity or refrain from showing sensitive data in ambient mode.
/frameworks/base/docs/html/training/efficient-downloads/
Dredundant_redundant.jd57 <p>You can cache non-sensitive data can in the unmanaged external cache directory:</p>
Defficient-network-access.jd122 …heduled updates and prefetches, so that they are all executed when time-sensitive transfers are re…
130sensitive or on-demand transfer&mdash;such as downloading a full-sized image&mdash;should preempt …
Dregular_updates.jd91 … you are able to contact your server and download data or not. For time-sensitive transfers where …
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java666 public void setSensitive(boolean sensitive) { in setSensitive() argument
667 mSensitive = sensitive; in setSensitive()
/frameworks/base/docs/html/about/versions/
Dandroid-5.1.jd90 throttle their apps' data access down or off for device users who are sensitive to data access
Dandroid-5.0-changes.jd150 Users can choose to protect sensitive information from being exposed, in which
241 non-sensitive tasks (such as Home). If your app is using this method to retrieve
Dandroid-2.3.jd309 security of Views that provide access to sensitive functionality. For example,
644 audio pipeline on the device and is sensitive to delays or lag in sound input or
Dandroid-4.3.jd204 app depends on account information that's sensitive, specify the <a
310 information (PII) that’s considered sensitive. The system settings will inform the primary
340 your app depends on sensitive personal information in an account (and because restricted profiles
/frameworks/base/docs/html/training/design-navigation/
Dscreen-planning.jd78 …d navigation elements to present content in a more intuitive and device-sensitive way. In the next…
/frameworks/base/docs/html/tools/help/
Dadt.jd222 context-sensitive actions in the layout actions bar, such as adjusting layout margins and
273 in the canvas or outline view, you can access a context-sensitive menu that lets you modify the
281 context-sensitive menu that lets you set things such as:
322 … <li>Edit views with the layout actions bar: The context-sensitive layout actions bar allows you to
Dproguard.jd49 when your application utilizes features that are sensitive to security like when you are
/frameworks/compile/libbcc/
DREADME.rst50 if the given apps are performance-sensitive. Thus, we implemented
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd211 focused, and unless it's critical and time-sensitive, an interruption can be taxing and frustrating…
/frameworks/base/docs/html/training/enterprise/
Ddevice-management-policy.jd94 actions to mitigate security risk by implementing some combination of deleting sensitive data on the
/frameworks/base/docs/html/wear/design/
Dindex.jd54 <p>Notification priority should reflect the urgency of your notification, with only time-sensitive
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1273 boolean sensitive = (sensitiveNote && hideSensitive) || sensitivePackage; in updateNotificationShade()
1274 boolean showingPublic = sensitive && isLockscreenPublicMode(); in updateNotificationShade()
1275 ent.row.setSensitive(sensitive); in updateNotificationShade()
/frameworks/base/docs/html/tools/help/uiautomator/
DUiSelector.jd1268 Matching is case-sensitive.</p></div>
2068 argument. Matching is case-sensitive.</p></div>
2113 The matching is case-sensitive.</p></div>
/frameworks/base/docs/html/sdk/
Dterms.jd54 … and protection for those users. If your application stores personal or sensitive information prov…
/frameworks/base/docs/html/preview/
Dlicense.jd56 … and protection for those users. If your application stores personal or sensitive information prov…

123