Loading tests/src/com/android/launcher3/popup/SystemShortcutTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -244,7 +244,6 @@ public class SystemShortcutTest { SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL .getShortcut(mTestContext, mAppInfo, mView); verify(mPrivateProfileManager, times(2)).getProfileUser(); assertNull(systemShortcut); } Loading @@ -266,7 +265,6 @@ public class SystemShortcutTest { SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL .getShortcut(mTestContext, mAppInfo, mView); verify(mPrivateProfileManager, times(3)).getProfileUser(); verify(mPrivateProfileManager).isEnabled(); assertNotNull(systemShortcut); } Loading Loading
tests/src/com/android/launcher3/popup/SystemShortcutTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -244,7 +244,6 @@ public class SystemShortcutTest { SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL .getShortcut(mTestContext, mAppInfo, mView); verify(mPrivateProfileManager, times(2)).getProfileUser(); assertNull(systemShortcut); } Loading @@ -266,7 +265,6 @@ public class SystemShortcutTest { SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL .getShortcut(mTestContext, mAppInfo, mView); verify(mPrivateProfileManager, times(3)).getProfileUser(); verify(mPrivateProfileManager).isEnabled(); assertNotNull(systemShortcut); } Loading