Home
last modified time | relevance | path

Searched refs:mObbActionListener (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/native/android/
H A Dstorage_manager.cpp67 sp<ObbActionListener> mObbActionListener; member
115 mObbActionListener = new ObbActionListener(this); in initialize()
160 mMountService->mountObb(rawPath16, canonicalPath16, mObbActionListener, cb->nonce, obbInfo); in mountObb()
166 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java390 private final ObbActionListener mObbActionListener = new ObbActionListener(); field in StorageManager
677 final int nonce = mObbActionListener.addListener(listener); in mountObb()
678 mStorageManager.mountObb(rawPath, canonicalPath, mObbActionListener, nonce, in mountObb()
749 final int nonce = mObbActionListener.addListener(listener); in unmountObb()
750 mStorageManager.unmountObb(rawPath, force, mObbActionListener, nonce); in unmountObb()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38928 Landroid/os/storage/StorageManager;->mObbActionListener:Landroid/os/storage/StorageManager$ObbActio…