Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DAnalytics.java703 final int scoreNotOpportunistic = 0b010; in scoreSubscriptionInfo() local
707 + (subInfo.isOpportunistic() ? 0 : scoreNotOpportunistic) in scoreSubscriptionInfo()