Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java449 final long selectionCost = System.currentTimeMillis() - mChooserShownTime; in startSelected() local
478 Log.d(TAG, "User Selection Time Cost is " + selectionCost); in startSelected()
483 (int) selectionCost); in startSelected()