Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dstorage_manager.cpp66 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/
DStorageManager.java360 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()