Searched refs:POSITIONS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DTabControl.java35 private static final String POSITIONS = "positions"; field in class:TabControl
319 outState.putLongArray(POSITIONS, ids);
336 final long[] ids = (inState == null) ? null : inState.getLongArray(POSITIONS);
383 long[] ids = inState.getLongArray(POSITIONS);

Completed in 244 milliseconds