Home
last modified time | relevance | path

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

/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
H A DBedsteadJUnit4.java713 List<Annotation> bedsteadAnnotationsSortedByCost = in sortMethodsByBedsteadAnnotations() local
751 private List<Annotation> bedsteadAnnotationsSortedByCost(List<FrameworkMethod> methods) { in bedsteadAnnotationsSortedByCost() method in BedsteadJUnit4