Searched refs:ObbActionListener (Results 1 – 6 of 6) sorted by relevance
35 struct ObbActionListener : public BnObbActionListener { struct40 explicit ObbActionListener(AStorageManager* mgr) : in ObbActionListener() function66 sp<ObbActionListener> mObbActionListener;100 mObbActionListener = new ObbActionListener(this); in initialize()166 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")
370 private final ObbActionListener mObbActionListener = new ObbActionListener();372 private class ObbActionListener extends IObbActionListener.Stub { class in StorageManager
2619 android.os.storage.StorageManager$ObbActionListener
57356 Landroid/os/storage/StorageManager$ObbActionListener;