Searched refs:filterNotNull (Results 1 – 4 of 4) sorted by relevance
377 intents = ArrayUtils.filterNotNull(intents, Intent[]::new); in startActivities()
691 public static <T> T[] filterNotNull(T[] val, IntFunction<T[]> arrayConstructor) { in filterNotNull() method in ArrayUtils
1083 requestedPermissions = ArrayUtils.filterNotNull(requestedPermissions, String[]::new); in grantRuntimePermissions()
24089 HSPLcom/android/internal/util/ArrayUtils;->filterNotNull([Ljava/lang/Object;Ljava/util/function/Int…