Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dstorage_manager.cpp67 sp<ObbActionListener> mObbActionListener; member
115 mObbActionListener = new ObbActionListener(this); in initialize()
162 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, in mountObb()
169 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java408 private final ObbActionListener mObbActionListener = new ObbActionListener(); field in StorageManager
694 final int nonce = mObbActionListener.addListener(listener); in mountObb()
695 mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce, in mountObb()
766 final int nonce = mObbActionListener.addListener(listener); in unmountObb()
767 mStorageManager.unmountObb(rawPath, force, mObbActionListener, nonce); in unmountObb()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt42251 Landroid/os/storage/StorageManager;->mObbActionListener:Landroid/os/storage/StorageManager$ObbActio…