HomeSort by relevance Sort by last modified time
    Searched defs:mObbActionListener (Results 1 - 2 of 2) sorted by null

  /frameworks/base/native/android/
storage_manager.cpp 66 sp<ObbActionListener> mObbActionListener;
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/
StorageManager.java 360 private final ObbActionListener mObbActionListener = new ObbActionListener();
568 final int nonce = mObbActionListener.addListener(listener);
569 mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce);
603 final int nonce = mObbActionListener.addListener(listener);
604 mStorageManager.unmountObb(rawPath, force, mObbActionListener, nonce);
    [all...]

Completed in 618 milliseconds