Home | History | Annotate | Download | only in DirectBoot

Lines Matching full:protected

5 Sample demonstrating how to store data in a device protected storage which
12 This sample demonstrates how to store and access data in a device protected
16 - Credential protected:
19 - Device protected:
23 Credential protected storage is unavailable (an direct boot aware component primarily relies on data stored in the new Device protected storage area,
24 but they may access Credential protected data when unlocked) by adding `directBootAware="true"` in the manifest.
31 Credential protected storage becomes available. The storage APIs on the Context supplied to these components will always point to Credential protected storage by default.
32 To access Device protected storage, you can create a secondary Context using this API
36 All of the storage APIs on this returned Context will be redirected to point at Device protected storage.
38 You need to be careful what data is stored/moved to a device protected storage
39 because the storage isn't protected by the user's credential (PIN/Pattern/Password)
41 device protected storage.