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.java208 private final ObbActionListener mObbActionListener = new ObbActionListener(); field in class:StorageManager
419 final int nonce = mObbActionListener.addListener(listener);
420 mMountService.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce);
456 final int nonce = mObbActionListener.addListener(listener);
457 mMountService.unmountObb(rawPath, force, mObbActionListener, nonce);

Completed in 477 milliseconds