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.java1092 int bestPriority = Integer.MIN_VALUE; in findBestComponent() local
1100 if (resolveInfo.filter.getPriority() > bestPriority) { in findBestComponent()
1101 bestPriority = resolveInfo.filter.getPriority(); in findBestComponent()