Home
last modified time | relevance | path

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

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