Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/helper/
DSubscriptionAnnotation.java52 private final int mIndexWithinList; field in SubscriptionAnnotation.Builder
61 mIndexWithinList = indexWithinList; in Builder()
65 return new SubscriptionAnnotation(mSubInfoList, mIndexWithinList, context, in build()