Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java121 Map<ActivityInfo, List<String>> activityToFlags = new HashMap<>(); in setupViews() local
123 activityToFlags.put(activityInfo, FlagUtils.getActivityFlags(activityInfo))); in setupViews()
135 activityToFlags.entrySet().stream() in setupViews()