Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DIObbActionListener.java106 public void onObbResult(String filename, int nonce, int status) in onObbResult() method in IObbActionListener.Stub.Proxy
135 public void onObbResult(String filename, int nonce, int status) throws RemoteException; in onObbResult() method
DStorageManager.java268 public void onObbResult(String filename, int nonce, int status) { in onObbResult() method in StorageManager.ObbActionListener
/frameworks/base/libs/storage/
DIObbActionListener.cpp33 virtual void onObbResult(const String16& /* filename */, const int32_t /* nonce */, in onObbResult() function in android::BpObbActionListener
/frameworks/base/native/android/
Dstorage_manager.cpp166 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult() function in ObbActionListener