Searched defs:ObbActionListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/native/android/
H A Dstorage_manager.cpp35 struct ObbActionListener : public BnObbActionListener { struct in inherits:BnObbActionListener
40 ObbActionListener(AStorageManager* mgr) : function in struct:ObbActionListener
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/
H A DStorageManager.java235 private final ObbActionListener mObbActionListener = new ObbActionListener();
237 private class ObbActionListener extends IObbActionListener.Stub { class in class:StorageManager

Completed in 90 milliseconds