Searched defs:systemCost (Results 1 – 3 of 3) sorted by relevance
80 final long systemCost = 456; in testLogChooserActivityShown_personalProfile() local99 final long systemCost = 456; in testLogChooserActivityShown_workProfile() local
317 final long systemCost = mChooserShownTime - intentReceivedTime; in onCreate() local319 isWorkProfile(), mChooserRequest.getTargetType(), systemCost); in onCreate() local
114 boolean isWorkProfile, String targetMimeType, long systemCost) { in logChooserActivityShown()