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

  /frameworks/base/libs/storage/include/storage/
IObbActionListener.h 30 DECLARE_META_INTERFACE(ObbActionListener);
  /frameworks/base/libs/storage/
IObbActionListener.cpp 37 IMPLEMENT_META_INTERFACE(ObbActionListener, "android.os.storage.IObbActionListener")
  /frameworks/base/native/android/
storage_manager.cpp 35 struct ObbActionListener : public BnObbActionListener {
40 explicit 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 370 private final ObbActionListener mObbActionListener = new ObbActionListener();
372 private class ObbActionListener extends IObbActionListener.Stub {
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 102 milliseconds