Searched defs:onObbResult (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/storage/
H A DIObbActionListener.cpp33 virtual void onObbResult(const String16& filename, const int32_t nonce, const int32_t state) { } function in class:android::BpObbActionListener
49 onObbResult(filename, nonce, state);
/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.java76 this.onObbResult(filename, nonce, status);
106 public void onObbResult(String filename, int nonce, int status) method in class:IObbActionListener.Stub.Proxy
135 public void onObbResult(String filename, int nonce, int status) throws RemoteException; method in interface:IObbActionListener
H A DStorageManager.java113 public void onObbResult(String filename, int nonce, int status) { method in class:StorageManager.ObbActionListener
/frameworks/base/native/android/
H A Dstorage_manager.cpp44 virtual void onObbResult(const android::String16& filename, const int32_t nonce,
166 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const int32_t state) { function in class:ObbActionListener

Completed in 157 milliseconds