/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerIntegrationTest.java | 40 mountObb(filePath); in testMountSingleObb() 56 mountObb(filePath1); in testMountMultipleObb() 61 mountObb(filePath2); in testMountMultipleObb() 66 mountObb(filePath3); in testMountMultipleObb() 92 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountSingleEncryptedObb() 104 mountObb(filePath, OBB_FILE_1_PASSWORD, OnObbStateChangeListener.ERROR_COULD_NOT_MOUNT); in testMountSingleEncryptedObbInvalidPassword() 117 mountObb(filePath3, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountTwoEncryptedObb() 122 mountObb(filePath1, OBB_FILE_1_PASSWORD, OnObbStateChangeListener.MOUNTED); in testMountTwoEncryptedObb() 145 mountObb(filePath, OBB_FILE_2_UNSIGNED, OnObbStateChangeListener.ERROR_INTERNAL); in testMountUnsignedObb() 159 mountObb(filePath, OBB_FILE_3_BAD_PACKAGENAME, in testMountBadPackageNameObb() [all …]
|
D | StorageManagerBaseTest.java | 187 protected String mountObb(String obbFilePath, String key, int expectedState) { in mountObb() method in StorageManagerBaseTest 197 protected String mountObb(String obbFilePath) { in mountObb() method in StorageManagerBaseTest 241 boolean success = mSm.mountObb(obbFilePath, key, obbListener); in doMountObb_noThrow() 273 assertTrue("mountObb call failed", mSm.mountObb(obbFilePath, key, obbListener)); in doMountObb()
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 143 void mountObb(const char* rawPath, const char* key, AStorageManager_obbCallbackFunc func, in mountObb() function 162 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, in mountObb() 210 mgr->mountObb(filename, key, cb, data); in AStorageManager_mountObb()
|
/frameworks/base/libs/storage/include/storage/ |
D | IMountService.h | 66 virtual void mountObb(const String16& rawPath, const String16& canonicalPath,
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 60 void mountObb(in String rawPath, in String canonicalPath, in String key, in mountObb() method
|
D | StorageManager.java | 696 public boolean mountObb(String rawPath, String key, OnObbStateChangeListener listener) { in mountObb() method in StorageManager 703 mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce, in mountObb()
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 445 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/ |
D | StorageManagerService.java | 2861 public void mountObb(String rawPath, String canonicalPath, String key, in mountObb() method in StorageManagerService
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 22458 …method public boolean mountObb(java.lang.String, java.lang.String, android.os.storage.OnObbStateCh…
|
/frameworks/base/api/ |
D | current.txt | 37364 method public boolean mountObb(String, String, android.os.storage.OnObbStateChangeListener);
|