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

/frameworks/native/libs/gui/
H A DISurfaceTexture.cpp62 bool nonNull = reply.readInt32(); local
63 if (nonNull) {
/frameworks/base/core/java/android/net/
H A DUri.java1144 this.authority = Part.nonNull(authority);
1146 this.query = Part.nonNull(query);
1147 this.fragment = Part.nonNull(fragment);
2030 static Part nonNull(Part part) { method in class:Uri.Part

Completed in 156 milliseconds