Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 10 of 10) sorted by relevance

/developers/build/prebuilts/gradle/DirectBoot/
DREADME.md5 Sample demonstrating how to store data in a device protected storage which
13 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 API
36 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 …]
/developers/build/prebuilts/gradle/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
DScopedDirectoryAccessFragment.java27 import android.os.storage.StorageManager;
28 import android.os.storage.StorageVolume;
/developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
DAddFileActivity.java222 private void createFileWithRandomDataAndFinishActivity(String fileName, FileStorage storage, in createFileWithRandomDataAndFinishActivity() argument
229 switch (storage) { in createFileWithRandomDataAndFinishActivity()
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
DAddFileActivity.java222 private void createFileWithRandomDataAndFinishActivity(String fileName, FileStorage storage, in createFileWithRandomDataAndFinishActivity() argument
229 switch (storage) { in createFileWithRandomDataAndFinishActivity()
/developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
DScopedDirectoryAccessFragment.java28 import android.os.storage.StorageManager;
29 import android.os.storage.StorageVolume;
/developers/build/prebuilts/gradle/StorageProvider/
DREADME.md5 This sample shows how to implement a simple documents provider using the storage access
/developers/samples/android/content/documentsUi/StorageProvider/
DREADME.md5 This sample shows how to implement a simple documents provider using the storage access
/developers/samples/android/media/MediaRecorder/
DREADME.md17 The sample also shows how to save the captured audio and video to persistant storage
/developers/build/prebuilts/gradle/MediaRecorder/
DREADME.md17 The sample also shows how to save the captured audio and video to persistant storage
/developers/build/prebuilts/gradle/ScopedDirectoryAccess/
DREADME.md15 access to all public directories on external storage.