Searched refs:mObbActionListener (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/native/android/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | StorageManager.java | 390 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 D | hiddenapi-max-target-o.txt | 38928 Landroid/os/storage/StorageManager;->mObbActionListener:Landroid/os/storage/StorageManager$ObbActio…
|