Home
last modified time | relevance | path

Searched defs:systemCost (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DChooserActivityLoggerTest.java80 final long systemCost = 456; in testLogChooserActivityShown_personalProfile() local
99 final long systemCost = 456; in testLogChooserActivityShown_workProfile() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActivity.java324 final long systemCost = mChooserShownTime - intentReceivedTime; in onCreate() local
326 isWorkProfile(), mChooserRequest.getTargetType(), systemCost); in onCreate() local
DChooserActivityLogger.java113 boolean isWorkProfile, String targetMimeType, long systemCost) { in logChooserActivityShown()