Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java1187 int bestPriority = Integer.MIN_VALUE; in findBestComponent() local
1195 if (resolveInfo.filter.getPriority() > bestPriority) { in findBestComponent()
1196 bestPriority = resolveInfo.filter.getPriority(); in findBestComponent()