Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java70 unmountObb(filePath, DONT_FORCE); in testMountSingleObb()
97 unmountObb(filePath1, DONT_FORCE); in testMountMultipleObb()
98 unmountObb(filePath2, DONT_FORCE); in testMountMultipleObb()
99 unmountObb(filePath3, DONT_FORCE); in testMountMultipleObb()
122 unmountObb(filePath, DONT_FORCE); in testMountSingleEncryptedObb()
133 unmountObb(filePath, DONT_FORCE); in testMountSingleEncryptedObbInvalidPassword()
154 unmountObb(filePath3, DONT_FORCE); in testMountTwoEncryptedObb()
155 unmountObb(filePath1, DONT_FORCE); in testMountTwoEncryptedObb()
192 unmountObb(obbFilePath, DONT_FORCE); in testUnmount_DontForce()
202 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.java194 private void unmountObb(final StorageManager sm, final File file, int expectedState) { in unmountObb() method in MountServiceTests
198 sm.unmountObb(file.getPath(), in unmountObb()
227 unmountObb(sm, outFile, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountObbNormal()
284 unmountObb(sm, file1, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountTwoObbs()
285 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.java451 public boolean unmountObb(String rawPath, boolean force, OnObbStateChangeListener listener) { in unmountObb() method in StorageManager
457 mMountService.unmountObb(rawPath, force, mObbActionListener, nonce); in unmountObb()
DIMountService.java518 public void unmountObb( in unmountObb() method in IMountService.Stub.Proxy
1554 unmountObb(filename, force, observer, nonce); in onTransact()
1988 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.java2311 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb() method in MountService
/frameworks/base/api/
Dcurrent.txt23732 …method public boolean unmountObb(java.lang.String, boolean, android.os.storage.OnObbStateChangeLis…
Dsystem-current.txt25688 …method public boolean unmountObb(java.lang.String, boolean, android.os.storage.OnObbStateChangeLis…