HomeSort by relevance Sort by last modified time
    Searched refs:ObbActionListener (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/storage/
IObbActionListener.h 30 DECLARE_META_INTERFACE(ObbActionListener);
  /frameworks/base/libs/storage/
IObbActionListener.cpp 37 IMPLEMENT_META_INTERFACE(ObbActionListener, "IObbActionListener")
  /frameworks/base/native/android/
storage_manager.cpp 35 struct ObbActionListener : public BnObbActionListener {
40 ObbActionListener(AStorageManager* mgr) :
66 sp<ObbActionListener> mObbActionListener;
100 mObbActionListener = new ObbActionListener(this);
166 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const int32_t state) {
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 261 private final ObbActionListener mObbActionListener = new ObbActionListener();
263 private class ObbActionListener extends IObbActionListener.Stub {
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 401 milliseconds