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.java329 public static Bundle nonNull(@Nullable Bundle in) { in nonNull() method in UserRestrictionsUtils
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp96 bool nonNull = reply.readInt32(); in requestBuffer() local
214 bool nonNull = reply.readInt32(); in detachNextBuffer() local
/frameworks/base/core/java/android/net/
DUri.java2078 static Part nonNull(Part part) { in nonNull() method in Uri.Part