Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java40 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()
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()
170 mountObb(filePath); in testRemountObb()
[all …]
H A DStorageManagerBaseTest.java187 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()
/aosp12/frameworks/base/native/android/
H A Dstorage_manager.cpp143 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()
/aosp12/frameworks/base/libs/storage/include/storage/
H A DIMountService.h66 virtual void mountObb(const String16& rawPath, const String16& canonicalPath,
/aosp12/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl62 void mountObb(in String rawPath, in String canonicalPath, in String key, in mountObb() method
H A DStorageManager.java688 public boolean mountObb(String rawPath, String key, OnObbStateChangeListener listener) { in mountObb() method in StorageManager
695 mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce, in mountObb()
/aosp12/frameworks/base/libs/storage/
H A DIMountService.cpp445 void mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, in mountObb() function in android::BpMountService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2856 public void mountObb(String rawPath, String canonicalPath, String key, in mountObb() method in StorageManagerService
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt42012 Landroid/os/storage/IStorageManager$Stub$Proxy;->mountObb(Ljava/lang/String;Ljava/lang/String;Ljava…
42129 Landroid/os/storage/IStorageManager;->mountObb(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Strin…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt32404 method public boolean mountObb(String, String, android.os.storage.OnObbStateChangeListener);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt22458 …method public boolean mountObb(java.lang.String, java.lang.String, android.os.storage.OnObbStateCh…