Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java68 mountObb(filePath); in testMountSingleObb()
84 mountObb(filePath1); in testMountMultipleObb()
89 mountObb(filePath2); in testMountMultipleObb()
94 mountObb(filePath3); in testMountMultipleObb()
120 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountSingleEncryptedObb()
132 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.ERROR_COULD_NOT_MOUNT); in testMountSingleEncryptedObbInvalidPassword()
146 mountObb(filePath3, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountTwoEncryptedObb()
151 mountObb(filePath1, OBB_FILE_1_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountTwoEncryptedObb()
217 mountObb(filePath, OBB_FILE_2_UNSIGNED, OnObbStateChangeListener.ERROR_INTERNAL); in testMountUnsignedObb()
227 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.java140 private void mountObb(StorageManager sm, final int resource, final File file, in mountObb() method in MountServiceTests
146 sm.mountObb(file.getPath(), null, observer)); in mountObb()
166 assertTrue("mountObb call on " + file.getPath() + " should succeed", sm.mountObb(file in mountObbWithoutWait()
217 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.MOUNTED); in testMountAndUnmountObbNormal()
219 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.ERROR_ALREADY_MOUNTED); in testMountAndUnmountObbNormal()
236 mountObb(sm, R.raw.test1_nosig, outFile, OnObbStateChangeListener.ERROR_INTERNAL); in testAttemptMountNonObb()
251 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.java459 public boolean mountObb(String rawPath, String key, OnObbStateChangeListener listener) { in mountObb() method in StorageManager
466 mMountService.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce); in mountObb()
DIMountService.java491 public void mountObb(String rawPath, String canonicalPath, String key, in mountObb() method in IMountService.Stub.Proxy
1223 mountObb(rawPath, canonicalPath, key, observer, nonce); in onTransact()
1489 public void mountObb(String rawPath, String canonicalPath, String key, in mountObb() method
/frameworks/base/libs/storage/
DIMountService.cpp438 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.java2146 public void mountObb( in mountObb() method in MountService
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd1278 storage.mountObb( obbFilepath, "my_secret_key", myListener );
/frameworks/base/api/
Dsystem-current.txt24050 …method public boolean mountObb(java.lang.String, java.lang.String, android.os.storage.OnObbStateCh…
Dcurrent.txt22460 …method public boolean mountObb(java.lang.String, java.lang.String, android.os.storage.OnObbStateCh…