Searched refs:storage (Results 1 – 10 of 10) sorted by relevance
5 Sample demonstrating how to store data in a device protected storage which13 storage which is always available while the device is booted.14 Starting from Android N, the system provides two storage locations for user data:17 …- The default storage location for all apps, available only after the user has entered their patte…20 …- A new storage location which is always available while the device is booted, both before and aft…23 …tial protected storage is unavailable (an direct boot aware component primarily relies on data sto…31 …otected storage becomes available. The storage APIs on the Context supplied to these components wi…32 To access Device protected storage, you can create a secondary Context using this API36 All of the storage APIs on this returned Context will be redirected to point at Device protected st…38 You need to be careful what data is stored/moved to a device protected storage[all …]
27 import android.os.storage.StorageManager;28 import android.os.storage.StorageVolume;
222 private void createFileWithRandomDataAndFinishActivity(String fileName, FileStorage storage, in createFileWithRandomDataAndFinishActivity() argument229 switch (storage) { in createFileWithRandomDataAndFinishActivity()
28 import android.os.storage.StorageManager;29 import android.os.storage.StorageVolume;
5 This sample shows how to implement a simple documents provider using the storage access
17 The sample also shows how to save the captured audio and video to persistant storage
15 access to all public directories on external storage.