History log of /frameworks/base/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bdb71e018521ec87d04e3330f5484554aa365830 28-Sep-2017 Jeff Sharkey <jsharkey@android.com> Fix StorageManagerIntegrationTest.

OBB files need to be stored on external storage; we no longer support
globally readable files from private app data.

Test: bit FrameworksCoreTests:android.os.storage.StorageManagerIntegrationTest
Bug: 64039580
Change-Id: I491006b691c76f80466da59b1bd728afaec7ed94
/frameworks/base/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java
4f156065c860d916b649e2b464e9405cafc732e9 08-Feb-2017 Daichi Hirono <hirono@google.com> Allow apps to process ProxyFDCallback asynchrnously.

Previously callback methods of ProxyFileDescriptorCallback were invoked
on a background thread prepared in the framework. So all methods were
invoked and processed synchronously. This was problem because if it took
time to fetch bytes of one file, operations for other files were also
blocked.

The CL changes ProxyFileDescriptorCallback methods to be invoked on
Handler passed by apps. Now application can prepare a Handler per file
so that one file does not block others.

Bug: 35229514
Test: cts-tradefed run cts -m CtsOsTestCases -t android.os.storage.cts.StorageManagerTest#testOpenProxyFileDescriptor_async
Change-Id: Ibadc4aad4c0373a3da586459a8f775e40288c895
/frameworks/base/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java
9fb00183a04036a58ee208f5bfd6c9768982f0aa 08-Nov-2016 Daichi Hirono <hirono@google.com> Add StorageManager#openProxyFileDescriptor.

The CL:

* Adds StorageManager#openProxyFileDescriptor API.
* Turns IProxyFileDescriptorCallback into a class so that it can provides
default implementations.
* Removes mActive state from FuseAppLoop, because the state will be managed at
the MountService side.
* Adds StorageManagerIntegrationTest to check if FUSE is correctly mounted or
not. Since it's implementation details, CTS does not help to test the
behavior.

Test: StorageManagerIntegrationTest
Bug: 29970149

Change-Id: Id78dd4abcf9325820e9c77c264f54bfa77b85a92
/frameworks/base/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java
f90177629a5b69ca3a80466c0ab55abfeb6d26b2 01-Aug-2015 Abodunrinwa Toki <toki@google.com> Turn off failing tests in FrameworksCoreTests.

We want a green state so we can confidence in tests we write
going forward.

Change-Id: I2c8db848897b56d0c64202ad28861eb4a7572e07
/frameworks/base/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java
5dda76a72e8bb4630fb5fd38a42e7bceb5b9c954 11-Oct-2010 Neal Nguyen <tommyn@google.com> Adding some StorageManager integration test infrastructure and some basic tests.

More interesting tests to come in the form of host-based tests.

Change-Id: Ifdedf7ef26ed9889871c902af20164df0498cf07
/frameworks/base/core/tests/coretests/src/android/os/storage/StorageManagerIntegrationTest.java