Searched refs:shouldDefaultBeCleared (Results 1 – 1 of 1) sorted by relevance
1347 if (shouldDefaultBeCleared(records, getDefaultDataSubId())) { in clearDefaultsForInactiveSubIds()1351 if (shouldDefaultBeCleared(records, getDefaultSmsSubId())) { in clearDefaultsForInactiveSubIds()1355 if (shouldDefaultBeCleared(records, getDefaultVoiceSubId())) { in clearDefaultsForInactiveSubIds()1361 private boolean shouldDefaultBeCleared(List<SubscriptionInfo> records, int subId) { in shouldDefaultBeCleared() method in SubscriptionController