HomeSort by relevance Sort by last modified time
    Searched full:f_restoreselection (Results 1 - 2 of 2) sorted by null

  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
RowsFragmentTest.java 267 static WeakReference<F_restoreSelection> sLastF_restoreSelection;
269 public static class F_restoreSelection extends RowsFragment {
270 public F_restoreSelection() {
271 sLastF_restoreSelection = new WeakReference<F_restoreSelection>(this);
290 launchAndWaitActivity(F_restoreSelection.class, 1000);
    [all...]
RowsSupportFragmentTest.java 264 static WeakReference<F_restoreSelection> sLastF_restoreSelection;
266 public static class F_restoreSelection extends RowsSupportFragment {
267 public F_restoreSelection() {
268 sLastF_restoreSelection = new WeakReference<F_restoreSelection>(this);
287 launchAndWaitActivity(F_restoreSelection.class, 1000);
    [all...]

Completed in 213 milliseconds