Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java2290 private int updateDatabase(ContentValues value, int subId, boolean updateEntireGroup) { in updateDatabase() argument
2293 if (!updateEntireGroup || infoList == null || infoList.size() == 0) { in updateDatabase()
3192 boolean updateEntireGroup = GROUP_SHARING_PROPERTIES.contains(propKey); in setSubscriptionPropertyIntoContentResolver()
3227 return updateDatabase(value, subId, updateEntireGroup); in setSubscriptionPropertyIntoContentResolver()