Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java320 ArrayList<ComponentName> topComponents = new ArrayList<>(topActivitiesCount); in showLocked() local
322 topComponents.add(topActivities.get(i).getComponentName()); in showLocked()
324 mShowArgs.putParcelableArrayList(KEY_FOREGROUND_ACTIVITIES, topComponents); in showLocked()