Searched defs:mObbActionListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/native/android/
H A Dstorage_manager.cpp66 sp<ObbActionListener> mObbActionListener; member in struct:AStorageManager
100 mObbActionListener = new ObbActionListener(this);
141 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, cb->nonce);
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java370 private final ObbActionListener mObbActionListener = new ObbActionListener(); field in class:StorageManager
578 final int nonce = mObbActionListener.addListener(listener);
579 mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce);
613 final int nonce = mObbActionListener.addListener(listener);
614 mStorageManager.unmountObb(rawPath, force, mObbActionListener, nonce);

Completed in 471 milliseconds