diff options
author | 2025-02-25 15:35:38 +0100 | |
---|---|---|
committer | 2025-03-05 06:01:15 -0800 | |
commit | d4486a4df2ef33ea7c03bbc781789c5c117e3a20 (patch) | |
tree | c5ef1a28d409c24013c5451fbfd68d0200445890 /packages/Shell | |
parent | 1961eebf888243d20742fba206443c3d6559d82d (diff) |
frameworks/base: remove deprecated Mockito usages
Test: m checkbuild
Flag: TEST_ONLY
Bug: 310268946
Change-Id: Id68adb5ab554a8031f8d03f6158c0e9ffa03604c
Diffstat (limited to 'packages/Shell')
-rw-r--r-- | packages/Shell/tests/src/com/android/shell/BugreportProgressServiceTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Shell/tests/src/com/android/shell/BugreportProgressServiceTest.java b/packages/Shell/tests/src/com/android/shell/BugreportProgressServiceTest.java index 433eca23080e..8031b103d72c 100644 --- a/packages/Shell/tests/src/com/android/shell/BugreportProgressServiceTest.java +++ b/packages/Shell/tests/src/com/android/shell/BugreportProgressServiceTest.java @@ -20,7 +20,7 @@ import static com.android.shell.BugreportProgressService.findSendToAccount; import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertNull; -import static org.mockito.Matchers.eq; +import static org.mockito.ArgumentMatchers.eq; import static org.mockito.Mockito.when; import android.accounts.Account; |