Home
last modified time | relevance | path

Searched refs:launcherIntent (Results 1 – 1 of 1) sorted by relevance

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTestBase.java113 Intent launcherIntent = new Intent(mContext, mContext.getClass()); in setActivities() local
115 new ArrayList<>(singletonList(launcherIntent))); in setActivities()