Lines Matching full:protected
38 This sample demonstrates how to store/access data in a device protected storage
75 Sample demonstrating how to store data in a device protected storage which
87 This sample demonstrates how to store and access data in a device protected
91 - Credential protected:
94 - Device protected:
98 Credential protected storage is unavailable (an direct boot aware component primarily relies on data stored in the new Device protected storage area,
99 but they may access Credential protected data when unlocked) by adding `directBootAware="true"` in the manifest.
106 Credential protected storage becomes available. The storage APIs on the Context supplied to these components will always point to Credential protected storage by default.
107 To access Device protected storage, you can create a secondary Context using this API
111 All of the storage APIs on this returned Context will be redirected to point at Device protected storage.
113 You need to be careful what data is stored/moved to a device protected storage
114 because the storage isn't protected by the user's credential (PIN/Pattern/Password)
116 device protected storage.