Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java1264 final Set<Integer> supportedUsageSettings = new HashSet(); in getSupportedUsageSettings() local
1273 supportedUsageSettings.add(setting); in getSupportedUsageSettings()
1286 supportedUsageSettings.add(SubscriptionManager.USAGE_SETTING_DATA_CENTRIC); in getSupportedUsageSettings()
1289 supportedUsageSettings.add(SubscriptionManager.USAGE_SETTING_VOICE_CENTRIC); in getSupportedUsageSettings()
1293 return supportedUsageSettings; in getSupportedUsageSettings()
1315 Set<Integer> supportedUsageSettings = getSupportedUsageSettings(); in testCellularUsageSetting() local
1318 if (supportedUsageSettings.size() > 0) { in testCellularUsageSetting()
1319 supportedUsageSettings.add(SubscriptionManager.USAGE_SETTING_DEFAULT); in testCellularUsageSetting()
1331 checkUsageSetting(setting, supportedUsageSettings.contains(setting)); in testCellularUsageSetting()