Searched refs:singletonOrEmpty (Results 1 – 2 of 2) sorted by relevance
84 return CollectionUtils.singletonOrEmpty(packageName); in getRoleHolders()90 return CollectionUtils.singletonOrEmpty(!TextUtils.isEmpty(setting) in getRoleHolders()124 return CollectionUtils.singletonOrEmpty(result); in getRoleHolders()131 return CollectionUtils.singletonOrEmpty(packageName); in getRoleHolders()137 return CollectionUtils.singletonOrEmpty(defaultEmergencyApp); in getRoleHolders()
347 public static @NonNull <T> List<T> singletonOrEmpty(@Nullable T item) { in singletonOrEmpty() method in CollectionUtils