Searched defs:F_restoreSelection (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DRowsFragmentTest.java211 static WeakReference<F_restoreSelection> sLastF_restoreSelection;
213 public static class F_restoreSelection extends RowsFragment { class in class:RowsFragmentTest
214 public F_restoreSelection() { method in class:RowsFragmentTest.F_restoreSelection
215 sLastF_restoreSelection = new WeakReference<F_restoreSelection>(this);
234 launchAndWaitActivity(F_restoreSelection.class, 1000);
H A DRowsSupportFragmentTest.java214 static WeakReference<F_restoreSelection> sLastF_restoreSelection;
216 public static class F_restoreSelection extends RowsSupportFragment { class in class:RowsSupportFragmentTest
217 public F_restoreSelection() { method in class:RowsSupportFragmentTest.F_restoreSelection
218 sLastF_restoreSelection = new WeakReference<F_restoreSelection>(this);
237 launchAndWaitActivity(F_restoreSelection.class, 1000);

Completed in 24 milliseconds