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

/frameworks/base/core/java/android/net/
H A DUri.java1147 this.authority = Part.nonNull(authority);
1149 this.query = Part.nonNull(query);
1150 this.fragment = Part.nonNull(fragment);
2033 static Part nonNull(Part part) { method in class:Uri.Part
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp67 bool nonNull = reply.readInt32(); local
68 if (nonNull) {
107 bool nonNull = reply.readInt32(); local
108 if (nonNull) {
145 bool nonNull = reply.readInt32(); local
146 if (nonNull) {
150 nonNull = reply.readInt32();
151 if (nonNull) {

Completed in 138 milliseconds