Searched refs:tileComponentNames (Results 1 – 3 of 3) sorted by relevance
191 …oneway void notifyQuickSettingsTilesChanged(int userId, in List<ComponentName> tileComponentNames); in notifyQuickSettingsTilesChanged() argument
2614 @UserIdInt int userId, List<ComponentName> tileComponentNames) { in notifyQuickSettingsTilesChanged() argument2623 service.notifyQuickSettingsTilesChanged(userId, tileComponentNames); in notifyQuickSettingsTilesChanged()
1824 @UserIdInt int userId, @NonNull List<ComponentName> tileComponentNames) { in notifyQuickSettingsTilesChanged() argument1829 userId, tileComponentNames)); in notifyQuickSettingsTilesChanged()1830 final Set<ComponentName> newTileComponentNames = new ArraySet<>(tileComponentNames); in notifyQuickSettingsTilesChanged()