Home
last modified time | relevance | path

Searched refs:mountObb (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java69 mountObb(filePath); in testMountSingleObb()
85 mountObb(filePath1); in testMountMultipleObb()
90 mountObb(filePath2); in testMountMultipleObb()
95 mountObb(filePath3); in testMountMultipleObb()
121 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountSingleEncryptedObb()
134 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.ERROR_COULD_NOT_MOUNT); in testMountSingleEncryptedObbInvalidPassword()
148 mountObb(filePath3, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountTwoEncryptedObb()
153 mountObb(filePath1, OBB_FILE_1_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountTwoEncryptedObb()
219 mountObb(filePath, OBB_FILE_2_UNSIGNED, OnObbStateChangeListener.ERROR_INTERNAL); in testMountUnsignedObb()
229 mountObb(filePath, OBB_FILE_3_BAD_PACKAGENAME, in testMountBadPackageNameObb()
[all …]
DStorageManagerBaseTest.java102 mOfficialObbFilePath = mountObb(mObbFilePath); in run()
304 protected String mountObb(String obbFilePath, String key, int expectedState) { in mountObb() method in StorageManagerBaseTest
314 protected String mountObb(String obbFilePath) { in mountObb() method in StorageManagerBaseTest
358 boolean success = mSm.mountObb(obbFilePath, key, obbListener); in doMountObb_noThrow()
390 assertTrue("mountObb call failed", mSm.mountObb(obbFilePath, key, obbListener)); in doMountObb()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java128 private void mountObb(StorageManager sm, final int resource, final File file, in mountObb() method in MountServiceTests
134 sm.mountObb(file.getPath(), null, observer)); in mountObb()
154 assertTrue("mountObb call on " + file.getPath() + " should succeed", sm.mountObb(file in mountObbWithoutWait()
204 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.MOUNTED); in testMountAndUnmountObbNormal()
206 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.ERROR_ALREADY_MOUNTED); in testMountAndUnmountObbNormal()
223 mountObb(sm, R.raw.test1_nosig, outFile, OnObbStateChangeListener.ERROR_INTERNAL); in testAttemptMountNonObb()
238 mountObb(sm, R.raw.test1_wrongpackage, outFile, in testAttemptMountObbWrongPackage()
/frameworks/base/native/android/
Dstorage_manager.cpp128 void mountObb(const char* rawPath, const char* key, AStorageManager_obbCallbackFunc func, in mountObb() function
141 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, cb->nonce); in mountObb()
188 mgr->mountObb(filename, key, cb, data); in AStorageManager_mountObb()
/frameworks/base/include/storage/
DIMountService.h65 virtual void mountObb(const String16& rawPath, const String16& canonicalPath,
/frameworks/base/core/java/android/os/storage/
DStorageManager.java440 public boolean mountObb(String rawPath, String key, OnObbStateChangeListener listener) { in mountObb() method in StorageManager
447 mMountService.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce); in mountObb()
DIMountService.java494 public void mountObb(String rawPath, String canonicalPath, String key, in mountObb() method in IMountService.Stub.Proxy
1752 mountObb(rawPath, canonicalPath, key, observer, nonce); in onTransact()
2247 public void mountObb(String rawPath, String canonicalPath, String key, in mountObb() method
/frameworks/base/libs/storage/
DIMountService.cpp445 void mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, in mountObb() function in android::BpMountService
/frameworks/base/services/core/java/com/android/server/
DMountService.java2467 public void mountObb( in mountObb() method in MountService
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd1277 storage.mountObb( obbFilepath, "my_secret_key", myListener );
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22458 …method public boolean mountObb(java.lang.String, java.lang.String, android.os.storage.OnObbStateCh…
/frameworks/base/api/
Dcurrent.txt29499 …method public boolean mountObb(java.lang.String, java.lang.String, android.os.storage.OnObbStateCh…
Dsystem-current.txt32033 …method public boolean mountObb(java.lang.String, java.lang.String, android.os.storage.OnObbStateCh…
Dtest-current.txt29569 …method public boolean mountObb(java.lang.String, java.lang.String, android.os.storage.OnObbStateCh…