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

/packages/apps/Browser/src/com/android/browser/
H A DComboViewActivity.java41 public static final String EXTRA_OPEN_SNAPSHOT = "snapshot_id"; field in class:ComboViewActivity
123 i.putExtra(EXTRA_OPEN_SNAPSHOT, id);
H A DController.java1188 } else if (intent.hasExtra(ComboViewActivity.EXTRA_OPEN_SNAPSHOT)) {
1190 ComboViewActivity.EXTRA_OPEN_SNAPSHOT, -1);

Completed in 88 milliseconds