Searched refs:tileComponentNames (Results 1 – 3 of 3) sorted by relevance
188 …oneway void notifyQuickSettingsTilesChanged(int userId, in List<ComponentName> tileComponentNames); in notifyQuickSettingsTilesChanged() argument
2514 @UserIdInt int userId, List<ComponentName> tileComponentNames) { in notifyQuickSettingsTilesChanged() argument2523 service.notifyQuickSettingsTilesChanged(userId, tileComponentNames); in notifyQuickSettingsTilesChanged()
1645 @UserIdInt int userId, @NonNull List<ComponentName> tileComponentNames) { in notifyQuickSettingsTilesChanged() argument1653 userId, tileComponentNames)); in notifyQuickSettingsTilesChanged()1655 final Set<ComponentName> newTileComponentNames = new ArraySet<>(tileComponentNames); in notifyQuickSettingsTilesChanged()