Searched defs:nonNull (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/gui/
H A DISurfaceTexture.cpp65 bool nonNull = reply.readInt32(); local
66 if (nonNull) {
/frameworks/base/core/java/android/net/
H A DUri.java1141 this.authority = Part.nonNull(authority);
1143 this.query = Part.nonNull(query);
1144 this.fragment = Part.nonNull(fragment);
2090 static Part nonNull(Part part) { method in class:Uri.Part

Completed in 726 milliseconds