Home
last modified time | relevance | path

Searched refs:unmountObb (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java71 unmountObb(filePath, DONT_FORCE); in testMountSingleObb()
98 unmountObb(filePath1, DONT_FORCE); in testMountMultipleObb()
99 unmountObb(filePath2, DONT_FORCE); in testMountMultipleObb()
100 unmountObb(filePath3, DONT_FORCE); in testMountMultipleObb()
123 unmountObb(filePath, DONT_FORCE); in testMountSingleEncryptedObb()
135 unmountObb(filePath, DONT_FORCE); in testMountSingleEncryptedObbInvalidPassword()
156 unmountObb(filePath3, DONT_FORCE); in testMountTwoEncryptedObb()
157 unmountObb(filePath1, DONT_FORCE); in testMountTwoEncryptedObb()
194 unmountObb(obbFilePath, DONT_FORCE); in testUnmount_DontForce()
204 unmountObb(obbFilePath, DONT_FORCE); in testUnmount_DontForce()
[all …]
DStorageManagerBaseTest.java421 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener)); in unmountObb_noThrow()
438 protected void unmountObb(String obbFilePath, boolean force) { in unmountObb() method in StorageManagerBaseTest
443 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener)); in unmountObb()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java182 private void unmountObb(final StorageManager sm, final File file, int expectedState) { in unmountObb() method in MountServiceTests
186 sm.unmountObb(file.getPath(), false, observer)); in unmountObb()
214 unmountObb(sm, outFile, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountObbNormal()
271 unmountObb(sm, file1, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountTwoObbs()
272 unmountObb(sm, file2, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountTwoObbs()
/frameworks/base/native/android/
Dstorage_manager.cpp144 …void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void… in unmountObb() function
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()
193 mgr->unmountObb(filename, force != 0, cb, data); in AStorageManager_unmountObb()
/frameworks/base/include/storage/
DIMountService.h68 virtual void unmountObb(const String16& filename, const bool force,
/frameworks/base/core/java/android/os/storage/
DStorageManager.java476 public boolean unmountObb(String rawPath, boolean force, OnObbStateChangeListener listener) { in unmountObb() method in StorageManager
482 mMountService.unmountObb(rawPath, force, mObbActionListener, nonce); in unmountObb()
DIMountService.java520 public void unmountObb( in unmountObb() method in IMountService.Stub.Proxy
1766 unmountObb(filename, force, observer, nonce); in onTransact()
2292 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) in unmountObb() method
/frameworks/base/libs/storage/
DIMountService.cpp466 void unmountObb(const String16& filename, const bool force, in unmountObb() function in android::BpMountService
/frameworks/base/services/core/java/com/android/server/
DMountService.java2483 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb() method in MountService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22459 …method public boolean unmountObb(java.lang.String, boolean, android.os.storage.OnObbStateChangeLis…
/frameworks/base/api/
Dcurrent.txt29500 …method public boolean unmountObb(java.lang.String, boolean, android.os.storage.OnObbStateChangeLis…
Dsystem-current.txt32034 …method public boolean unmountObb(java.lang.String, boolean, android.os.storage.OnObbStateChangeLis…
Dtest-current.txt29570 …method public boolean unmountObb(java.lang.String, boolean, android.os.storage.OnObbStateChangeLis…