Searched refs:defeatNullable (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.internal.util.ArrayUtils.defeatNullable;270 if (defeatNullable(mPackage.getPackagesForUid(appInfo.uid)).length == 1) { in queryStatsForPackage()314 final String[] packageNames = defeatNullable(mPackage.getPackagesForUid(uid)); in queryStatsForUid()
622 public static @NonNull int[] defeatNullable(@Nullable int[] val) { in defeatNullable() method in ArrayUtils626 public static @NonNull String[] defeatNullable(@Nullable String[] val) { in defeatNullable() method in ArrayUtils
1742 final int[] subIds = ArrayUtils.defeatNullable(sm.getActiveSubscriptionIdList());1743 final String[] mergedSubscriberIds = ArrayUtils.defeatNullable(tm.getMergedSubscriberIds());1779 states = defeatNullable(mConnManager.getAllNetworkState());5055 private static @NonNull NetworkState[] defeatNullable(@Nullable NetworkState[] val) { in defeatNullable() method