diff options
| author | 2019-05-01 16:52:48 -0700 | |
|---|---|---|
| committer | 2019-05-01 17:04:37 -0700 | |
| commit | 7b307ea7b2db82e4881ae66bb3fc805185da936e (patch) | |
| tree | 700d25a359e65ab9de8a25411e4504738e62b5e4 /api | |
| parent | 2f8f43514fea59e738369eabdaf78e3f225cff5b (diff) | |
New @TestApi: AutofillId.equalsIgnoreSession
Test: atest FrameworksCoreTests:android.view.autofill.AutofillIdTest
Bug: 113593220
Change-Id: I72c5727638558d3b8dc0c57045a8e43c1d506069
Diffstat (limited to 'api')
| -rw-r--r-- | api/test-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/test-current.txt b/api/test-current.txt index aacf2c1fa9a6..62d8b206511e 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -3262,6 +3262,7 @@ package android.view.autofill { ctor public AutofillId(@NonNull android.view.autofill.AutofillId, int); ctor public AutofillId(int, int); ctor public AutofillId(@NonNull android.view.autofill.AutofillId, long, int); + method public boolean equalsIgnoreSession(@Nullable android.view.autofill.AutofillId); } public final class AutofillManager { |