Loading services/tests/servicestests/src/com/android/server/pm/ShortcutManagerTest12.java +5 −2 Original line number Diff line number Diff line Loading @@ -49,8 +49,11 @@ public class ShortcutManagerTest12 extends BaseShortcutManagerTest { @Override protected void tearDown() throws Exception { if (mService.isAppSearchEnabled()) { setCaller(CALLING_PACKAGE_1, USER_0); mService.getPackageShortcutForTest(CALLING_PACKAGE_1, USER_0).removeAllShortcutsAsync(); mService.getPackageShortcutForTest(CALLING_PACKAGE_1, USER_0) .removeAllShortcutsAsync(); } super.tearDown(); } Loading Loading
services/tests/servicestests/src/com/android/server/pm/ShortcutManagerTest12.java +5 −2 Original line number Diff line number Diff line Loading @@ -49,8 +49,11 @@ public class ShortcutManagerTest12 extends BaseShortcutManagerTest { @Override protected void tearDown() throws Exception { if (mService.isAppSearchEnabled()) { setCaller(CALLING_PACKAGE_1, USER_0); mService.getPackageShortcutForTest(CALLING_PACKAGE_1, USER_0).removeAllShortcutsAsync(); mService.getPackageShortcutForTest(CALLING_PACKAGE_1, USER_0) .removeAllShortcutsAsync(); } super.tearDown(); } Loading