Searched refs:filterNotNull (Results 1 – 7 of 7) sorted by relevance
131 assertThat(newFieldListWithoutFlag.filterNotNull()).isEmpty() in <lambda>()
429 this.endActions.addAll(endActions.filterNotNull()) in withEndActions()438 this.endActions.addAll(endActions.filterNotNull().map { it::run }) in withEndActions()
316 ).filterNotNull() in <lambda>()
400 intents = ArrayUtils.filterNotNull(intents, Intent[]::new); in startActivities()
740 public static <T> T[] filterNotNull(T[] val, IntFunction<T[]> arrayConstructor) { in filterNotNull() method in ArrayUtils
1168 requestedPermissions = ArrayUtils.filterNotNull(requestedPermissions, String[]::new); in grantRuntimePermissions()
29766 HSPLcom/android/internal/util/ArrayUtils;->filterNotNull([Ljava/lang/Object;Ljava/util/function/Int…