Searched refs:filteredLaunchableUpdates (Results 1 – 5 of 5) sorted by relevance
135 val filteredLaunchableUpdates = mutableListOf<UpdateEntity>() in getLaunchableUpdate() constant142 filteredLaunchableUpdates.add(update) in getLaunchableUpdate()145 return selectionPolicy.selectUpdateToLaunch(filteredLaunchableUpdates, manifestFilters) in getLaunchableUpdate()
102 var filteredLaunchableUpdates: [Update] = [] variable110 filteredLaunchableUpdates.append(update)113 …completion(nil, selectionPolicy.launchableUpdate(fromUpdates: filteredLaunchableUpdates, filters: …
94 NSMutableArray<ABI47_0_0EXUpdatesUpdate *>*filteredLaunchableUpdates = [NSMutableArray new];101 [filteredLaunchableUpdates addObject:update];104 …completion(nil, [selectionPolicy launchableUpdateFromUpdates:filteredLaunchableUpdates filters:man…
94 NSMutableArray<ABI48_0_0EXUpdatesUpdate *>*filteredLaunchableUpdates = [NSMutableArray new];101 [filteredLaunchableUpdates addObject:update];104 …completion(nil, [selectionPolicy launchableUpdateFromUpdates:filteredLaunchableUpdates filters:man…