Home
last modified time | relevance | path

Searched refs:nonNull (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp80 bool nonNull = reply.readInt32(); in requestBuffer() local
81 if (nonNull) { in requestBuffer()
134 bool nonNull = reply.readInt32(); in dequeueBuffer() local
135 if (nonNull) { in dequeueBuffer()
176 bool nonNull = reply.readInt32(); in detachNextBuffer() local
177 if (nonNull) { in detachNextBuffer()
185 nonNull = reply.readInt32(); in detachNextBuffer()
186 if (nonNull) { in detachNextBuffer()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRestrictionsUtilsTest.java41 Bundle out = UserRestrictionsUtils.nonNull(null); in testNonNull()
46 assertSame(in, UserRestrictionsUtils.nonNull(in)); in testNonNull()
/frameworks/base/core/java/android/net/
DUri.java1152 this.authority = Part.nonNull(authority); in HierarchicalUri()
1154 this.query = Part.nonNull(query); in HierarchicalUri()
1155 this.fragment = Part.nonNull(fragment); in HierarchicalUri()
2038 static Part nonNull(Part part) { in nonNull() method in Uri.Part
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java201 public static Bundle nonNull(@Nullable Bundle in) { in nonNull() method in UserRestrictionsUtils
DUserManagerService.java1181 UserRestrictionsUtils.nonNull(mBaseUserRestrictions.get(userId)); in computeEffectiveUserRestrictionsLR()
1323 final Bundle prevAppliedRestrictions = UserRestrictionsUtils.nonNull( in updateUserRestrictionsInternalLR()
/frameworks/base/api/
Dcurrent.txt58537 method public static boolean nonNull(java.lang.Object);
Dsystem-current.txt62071 method public static boolean nonNull(java.lang.Object);
Dtest-current.txt58630 method public static boolean nonNull(java.lang.Object);