Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java42 unmountObb(filePath, DONT_FORCE); in testMountSingleObb()
69 unmountObb(filePath1, DONT_FORCE); in testMountMultipleObb()
70 unmountObb(filePath2, DONT_FORCE); in testMountMultipleObb()
71 unmountObb(filePath3, DONT_FORCE); in testMountMultipleObb()
94 unmountObb(filePath, DONT_FORCE); in testMountSingleEncryptedObb()
125 unmountObb(filePath3, DONT_FORCE); in testMountTwoEncryptedObb()
126 unmountObb(filePath1, DONT_FORCE); in testMountTwoEncryptedObb()
174 unmountObb(filePath, DONT_FORCE); in testRemountObb()
H A DStorageManagerBaseTest.java306 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener)); in unmountObb_noThrow()
323 protected void unmountObb(String obbFilePath, boolean force) { in unmountObb() method in StorageManagerBaseTest
328 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener)); in unmountObb()
/aosp12/frameworks/base/native/android/
H A Dstorage_manager.cpp166 …void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void… in unmountObb() function
169 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()
215 mgr->unmountObb(filename, force != 0, cb, data); in AStorageManager_unmountObb()
/aosp12/frameworks/base/libs/storage/include/storage/
H A DIMountService.h69 virtual void unmountObb(const String16& filename, const bool force,
/aosp12/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl70 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb() method
H A DStorageManager.java761 public boolean unmountObb(String rawPath, boolean force, OnObbStateChangeListener listener) { in unmountObb() method in StorageManager
767 mStorageManager.unmountObb(rawPath, force, mObbActionListener, nonce); in unmountObb()
/aosp12/frameworks/base/libs/storage/
H A DIMountService.cpp467 void unmountObb(const String16& filename, const bool force, in unmountObb() function in android::BpMountService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2874 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb() 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.txt42031 Landroid/os/storage/IStorageManager$Stub$Proxy;->unmountObb(Ljava/lang/String;ZLandroid/os/storage/…
42147 Landroid/os/storage/IStorageManager;->unmountObb(Ljava/lang/String;ZLandroid/os/storage/IObbActionL…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt32409 method public boolean unmountObb(String, boolean, android.os.storage.OnObbStateChangeListener);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt22459 …method public boolean unmountObb(java.lang.String, boolean, android.os.storage.OnObbStateChangeLis…