Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java991 final boolean syncToGroup = GROUP_SHARING_COLUMNS.contains(columnName); in writeDatabaseAndCacheHelper()
994 if (id == subId || (syncToGroup && !oldSubInfo.getGroupUuid().isEmpty() in writeDatabaseAndCacheHelper()
2423 public void syncToGroup(int subId) { in syncToGroup() method in SubscriptionDatabaseManager
DSubscriptionManagerService.java732 mSubscriptionDatabaseManager.syncToGroup(subId); in syncGroupedSetting()