Searched refs:nonNull (Results 1 – 14 of 14) sorted by relevance
44 Bundle out = UserRestrictionsUtils.nonNull(null); in testNonNull()49 assertSame(in, UserRestrictionsUtils.nonNull(in)); in testNonNull()
96 bool nonNull = reply.readInt32(); in requestBuffer() local97 if (nonNull) { in requestBuffer()214 bool nonNull = reply.readInt32(); in detachNextBuffer() local215 if (nonNull) { in detachNextBuffer()223 nonNull = reply.readInt32(); in detachNextBuffer()224 if (nonNull) { in detachNextBuffer()
276 return Objects::nonNull; in filterRecord()
1190 this.authority = Part.nonNull(authority); in HierarchicalUri()1192 this.query = Part.nonNull(query); in HierarchicalUri()1193 this.fragment = Part.nonNull(fragment); in HierarchicalUri()2082 static Part nonNull(Part part) { in nonNull() method in Uri.Part
527 if (mActionIntents.stream().anyMatch(Objects::nonNull)) {
717 .filter(Objects::nonNull) in merge()
329 public static Bundle nonNull(@Nullable Bundle in) { in nonNull() method in UserRestrictionsUtils
1573 UserRestrictionsUtils.nonNull(mBaseUserRestrictions.get(userId)); in computeEffectiveUserRestrictionsLR()1751 final Bundle prevAppliedRestrictions = UserRestrictionsUtils.nonNull( in updateUserRestrictionsInternalLR()
2636 .filter(Objects::nonNull).collect(Collectors.toList())); in PackageManagerService()
150 .filter(Objects::nonNull) in getFonts()
440 deviceTypes = deviceTypes.stream().filter(Objects::nonNull).collect( in HdmiControlService()
71606 method public static boolean nonNull(@Nullable Object);
71750 method public static boolean nonNull(@Nullable Object);
45400 Landroid/net/Uri$Part;->nonNull(Landroid/net/Uri$Part;)Landroid/net/Uri$Part;