Searched refs:ObbActionListener (Results 1 – 5 of 5) sorted by relevance
36 struct ObbActionListener : public BnObbActionListener { struct41 explicit ObbActionListener(AStorageManager* mgr) : in ObbActionListener() function67 sp<ObbActionListener> mObbActionListener;115 mObbActionListener = new ObbActionListener(this); in initialize()188 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult()
30 DECLARE_META_INTERFACE(ObbActionListener);
37 IMPLEMENT_META_INTERFACE(ObbActionListener, "android.os.storage.IObbActionListener")
408 private final ObbActionListener mObbActionListener = new ObbActionListener();410 private class ObbActionListener extends IObbActionListener.Stub { class in StorageManager
2948 android.os.storage.StorageManager$ObbActionListener