Searched refs:mObbActionListener (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/native/android/ |
D | storage_manager.cpp | 66 sp<ObbActionListener> mObbActionListener; member 100 mObbActionListener = new ObbActionListener(this); in initialize() 141 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, cb->nonce); in mountObb() 147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 360 private final ObbActionListener mObbActionListener = new ObbActionListener(); field in StorageManager 568 final int nonce = mObbActionListener.addListener(listener); in mountObb() 569 mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce); in mountObb() 603 final int nonce = mObbActionListener.addListener(listener); in unmountObb() 604 mStorageManager.unmountObb(rawPath, force, mObbActionListener, nonce); in unmountObb()
|