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

  /frameworks/base/include/storage/
IObbActionListener.h 30 DECLARE_META_INTERFACE(ObbActionListener);
  /frameworks/base/libs/storage/
IObbActionListener.cpp 36 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 109 private final ObbActionListener mObbActionListener = new ObbActionListener();
111 private class ObbActionListener extends IObbActionListener.Stub {

Completed in 657 milliseconds