Searched refs:dummyIntent (Results 1 – 1 of 1) sorted by relevance
56 Intent dummyIntent = new Intent(this, ListSimple.class); in onItemClick() local57 startActivity(dummyIntent); in onItemClick()