Loading src/com/android/launcher3/allapps/AlphabeticalAppsList.java +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ import com.android.launcher3.Launcher; import com.android.launcher3.Utilities; import com.android.launcher3.compat.AlphabeticIndexCompat; import com.android.launcher3.shortcuts.DeepShortcutManager; import com.android.launcher3.testing.TestProtocol; import com.android.launcher3.util.ComponentKey; import com.android.launcher3.util.ItemInfoMatcher; import com.android.launcher3.util.LabelComparator; Loading Loading @@ -300,6 +301,11 @@ public class AlphabeticalAppsList implements AllAppsStore.OnUpdateListener { } private void refreshRecyclerView() { if (TestProtocol.sDebugTracing) { android.util.Log.d(TestProtocol.NO_START_TAG, "refreshRecyclerView @ " + android.util.Log.getStackTraceString( new Throwable())); } if (mAdapter != null) { mAdapter.notifyDataSetChanged(); } Loading tests/tapl/com/android/launcher3/tapl/Launchable.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ abstract class Launchable { private Background launch(BySelector selector) { LauncherInstrumentation.log("Launchable.launch before click " + mObject.getVisibleCenter()); mObject.getVisibleCenter() + " in " + mObject.getVisibleBounds()); mLauncher.getTestInfo(TestProtocol.REQUEST_ENABLE_DEBUG_TRACING); mLauncher.assertTrue( "Launching an app didn't open a new window: " + mObject.getText(), Loading Loading
src/com/android/launcher3/allapps/AlphabeticalAppsList.java +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ import com.android.launcher3.Launcher; import com.android.launcher3.Utilities; import com.android.launcher3.compat.AlphabeticIndexCompat; import com.android.launcher3.shortcuts.DeepShortcutManager; import com.android.launcher3.testing.TestProtocol; import com.android.launcher3.util.ComponentKey; import com.android.launcher3.util.ItemInfoMatcher; import com.android.launcher3.util.LabelComparator; Loading Loading @@ -300,6 +301,11 @@ public class AlphabeticalAppsList implements AllAppsStore.OnUpdateListener { } private void refreshRecyclerView() { if (TestProtocol.sDebugTracing) { android.util.Log.d(TestProtocol.NO_START_TAG, "refreshRecyclerView @ " + android.util.Log.getStackTraceString( new Throwable())); } if (mAdapter != null) { mAdapter.notifyDataSetChanged(); } Loading
tests/tapl/com/android/launcher3/tapl/Launchable.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ abstract class Launchable { private Background launch(BySelector selector) { LauncherInstrumentation.log("Launchable.launch before click " + mObject.getVisibleCenter()); mObject.getVisibleCenter() + " in " + mObject.getVisibleBounds()); mLauncher.getTestInfo(TestProtocol.REQUEST_ENABLE_DEBUG_TRACING); mLauncher.assertTrue( "Launching an app didn't open a new window: " + mObject.getText(), Loading