Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1881 private int updateDatabase(ContentValues value, int subId, boolean updateEntireGroup) { in updateDatabase() argument
1884 if (!updateEntireGroup || infoList == null || infoList.size() == 0) { in updateDatabase()
2750 boolean updateEntireGroup = GROUP_SHARING_PROPERTIES.contains(propKey); in setSubscriptionPropertyIntoContentResolver()
2782 return updateDatabase(value, subId, updateEntireGroup); in setSubscriptionPropertyIntoContentResolver()