Searched refs:mObbActionListener (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/native/android/ |
D | storage_manager.cpp | 67 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()
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 394 private final ObbActionListener mObbActionListener = new ObbActionListener(); field in StorageManager 681 final int nonce = mObbActionListener.addListener(listener); in mountObb() 682 mStorageManager.mountObb(rawPath, canonicalPath, mObbActionListener, nonce, in mountObb() 753 final int nonce = mObbActionListener.addListener(listener); in unmountObb() 754 mStorageManager.unmountObb(rawPath, force, mObbActionListener, nonce); in unmountObb()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 38285 Landroid/os/storage/StorageManager;->mObbActionListener:Landroid/os/storage/StorageManager$ObbActio…
|