Searched refs:sensitive (Results 1 – 25 of 51) sorted by relevance
123
/frameworks/base/docs/html/guide/topics/manifest/ |
D | data-element.jd | 93 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/ |
D | security-tips.jd | 83 <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/ |
D | notifications.jd | 49 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
|
D | notifications_k.jd | 252 <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/ |
D | style.jd | 96 …sensitive or embarrassing (such as notifications from a dating app or a medical status report), co…
|
D | structure.jd | 248 data after a short period of inactivity or refrain from showing sensitive data in ambient mode.
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | redundant_redundant.jd | 57 <p>You can cache non-sensitive data can in the unmanaged external cache directory:</p>
|
D | efficient-network-access.jd | 122 …heduled updates and prefetches, so that they are all executed when time-sensitive transfers are re… 130 …sensitive or on-demand transfer—such as downloading a full-sized image—should preempt …
|
D | regular_updates.jd | 91 … 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/ |
D | ExpandableNotificationRow.java | 666 public void setSensitive(boolean sensitive) { in setSensitive() argument 667 mSensitive = sensitive; in setSensitive()
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.1.jd | 90 throttle their apps' data access down or off for device users who are sensitive to data access
|
D | android-5.0-changes.jd | 150 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
|
D | android-2.3.jd | 309 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
|
D | android-4.3.jd | 204 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/ |
D | screen-planning.jd | 78 …d navigation elements to present content in a more intuitive and device-sensitive way. In the next…
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 222 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
|
D | proguard.jd | 49 when your application utilizes features that are sensitive to security like when you are
|
/frameworks/compile/libbcc/ |
D | README.rst | 50 if the given apps are performance-sensitive. Thus, we implemented
|
/frameworks/base/docs/html/design/get-started/ |
D | principles.jd | 211 focused, and unless it's critical and time-sensitive, an interruption can be taxing and frustrating…
|
/frameworks/base/docs/html/training/enterprise/ |
D | device-management-policy.jd | 94 actions to mitigate security risk by implementing some combination of deleting sensitive data on the
|
/frameworks/base/docs/html/wear/design/ |
D | index.jd | 54 <p>Notification priority should reflect the urgency of your notification, with only time-sensitive …
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 1273 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/ |
D | UiSelector.jd | 1268 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/ |
D | terms.jd | 54 … and protection for those users. If your application stores personal or sensitive information prov…
|
/frameworks/base/docs/html/preview/ |
D | license.jd | 56 … and protection for those users. If your application stores personal or sensitive information prov…
|
123