Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DSubscriptionUtil.java85 private static List<SubscriptionInfo> sActiveResultsForTesting; field in SubscriptionUtil
95 sActiveResultsForTesting = results; in setActiveSubscriptionsForTesting()
106 if (sActiveResultsForTesting != null) { in getActiveSubscriptions()
107 return sActiveResultsForTesting; in getActiveSubscriptions()