Searched refs:onObbResult (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/storage/ |
D | IObbActionListener.cpp | 33 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/core/java/android/os/storage/ |
D | IObbActionListener.aidl | 36 void onObbResult(in String filename, int nonce, int status) = 0; in onObbResult() method
|
D | StorageManager.java | 415 public void onObbResult(String filename, int nonce, int status) { in onObbResult() method in StorageManager.ObbActionListener
|
/frameworks/base/libs/storage/include/storage/ |
D | IObbActionListener.h | 32 … virtual void onObbResult(const String16& filename, const int32_t nonce, const int32_t state) = 0;
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 45 virtual void onObbResult(const android::String16& filename, const int32_t nonce, 188 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult() function in ObbActionListener
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3399 obbState.token.onObbResult(obbState.rawPath, obbState.nonce, in handleMessage() 3458 mObbState.token.onObbResult(mObbState.rawPath, mObbState.nonce, status); in notifyObbStateChange()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 52506 Landroid/os/storage/IObbActionListener$Stub$Proxy;->onObbResult(Ljava/lang/String;II)V 52509 Landroid/os/storage/IObbActionListener;->onObbResult(Ljava/lang/String;II)V 52723 Landroid/os/storage/StorageManager$ObbActionListener;->onObbResult(Ljava/lang/String;II)V
|