Lines Matching refs:sensitive
3 …sensitive data are destroyed, preventing any read or write operations on that data. These keys can…
17 Enumerates the statuses available for access to sensitive data on the lock screen.
23 | ACCESS_DENIED | -1 | Denies access to sensitive data on the lock screen.|
24 | ACCESS_GRANTED | 0 | Allows access to sensitive data on the lock screen. |
29 Enumerates the types of operations used to revoke the permission to access sensitive data on the lo…
35 | RELEASE_DENIED | -1 | Revokes the permission that denies access to sensitive data on the lock sc…
36 | RELEASE_GRANTED | 0 | Revokes the permission that allows access to sensitive data on the lock …
42 …sensitive data on the lock screen. This API returns the result synchronously. Generally sensitive …
66 // Request the permission to access sensitive data on the lock screen.
86 Revokes the permission to access sensitive data on the lock screen. This API returns the result syn…
94 …status) | Type of the operation used to revoke the permission to access sensitive data on the lock…
110 // Revoke the permission to access sensitive data on the lock screen.