Home
last modified time | relevance | path

Searched refs:onObbResult (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DIObbActionListener.java76 this.onObbResult(filename, nonce, status); in onTransact()
106 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.java242 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
50 onObbResult(filename, nonce, state); in onTransact()
/frameworks/base/native/android/
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 i… in onObbResult() function in ObbActionListener
/frameworks/base/include/storage/
DIObbActionListener.h32 … virtual void onObbResult(const String16& filename, const int32_t nonce, const int32_t state) = 0;
/frameworks/base/services/core/java/com/android/server/
DMountService.java3299 obbState.token.onObbResult(obbState.rawPath, obbState.nonce,
3393 mObbState.token.onObbResult(mObbState.rawPath, mObbState.nonce, status);