Home
last modified time | relevance | path

Searched defs:nonNull (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java199 public static Bundle nonNull(@Nullable Bundle in) { in nonNull() method in UserRestrictionsUtils
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp79 bool nonNull = reply.readInt32(); in requestBuffer() local
133 bool nonNull = reply.readInt32(); in dequeueBuffer() local
171 bool nonNull = reply.readInt32(); in detachNextBuffer() local
/frameworks/base/core/java/android/net/
DUri.java2038 static Part nonNull(Part part) { in nonNull() method in Uri.Part