diff options
author | paulhu <paulhu@google.com> | 2021-01-16 22:51:44 +0800 |
---|---|---|
committer | paulhu <paulhu@google.com> | 2021-01-18 00:09:38 +0800 |
commit | 4ee7e55df04d9b6fca20db6ff78ff69ac06eadf6 (patch) | |
tree | 6653b75e9757d8ae6e53150172eead13f736adb0 /test-mock/api | |
parent | 361e0a91a67f32af118ec4fbaabec0aa63055ad1 (diff) |
Expose Context#sendStickyBroadcast(Intent, Bundle)
Bug: 177223402
Test: atest FrameworksCoreTests:ContextTest
Test: atest CtsContentTestCases:ContextTest
Change-Id: Ic85419934cf2c9df4e0f9cc287585b3296cec819
Diffstat (limited to 'test-mock/api')
-rw-r--r-- | test-mock/api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mock/api/current.txt b/test-mock/api/current.txt index 1110790c373f..d1a68d4e9cb2 100644 --- a/test-mock/api/current.txt +++ b/test-mock/api/current.txt @@ -117,6 +117,7 @@ package android.test.mock { method public void sendOrderedBroadcast(android.content.Intent, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle); method public void sendOrderedBroadcastAsUser(android.content.Intent, android.os.UserHandle, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle); method public void sendStickyBroadcast(android.content.Intent); + method public void sendStickyBroadcast(android.content.Intent, android.os.Bundle); method public void sendStickyBroadcastAsUser(android.content.Intent, android.os.UserHandle); method public void sendStickyOrderedBroadcast(android.content.Intent, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle); method public void sendStickyOrderedBroadcastAsUser(android.content.Intent, android.os.UserHandle, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle); |