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

/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.aidl36 void onObbResult(in String filename, int nonce, int status) = 0;
H A DStorageManager.java367 public void onObbResult(String filename, int nonce, int status) { method in class:StorageManager.ObbActionListener
/frameworks/base/libs/storage/
H A DIObbActionListener.cpp33 virtual void onObbResult(const String16& /* filename */, const int32_t /* nonce */, function in class:android::BpObbActionListener
50 onObbResult(filename, nonce, state);
/frameworks/base/libs/storage/include/storage/
H A DIObbActionListener.h32 virtual void onObbResult(const String16& filename, const int32_t nonce, const int32_t state) = 0;
/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
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3557 obbState.token.onObbResult(obbState.rawPath, obbState.nonce,
3651 mObbState.token.onObbResult(mObbState.rawPath, mObbState.nonce, status);

Completed in 1542 milliseconds