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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserRestrictionsUtilsTest.java40 Bundle out = UserRestrictionsUtils.nonNull(null);
45 assertSame(in, UserRestrictionsUtils.nonNull(in));
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp79 bool nonNull = reply.readInt32(); local
80 if (nonNull) {
133 bool nonNull = reply.readInt32(); local
134 if (nonNull) {
171 bool nonNull = reply.readInt32(); local
172 if (nonNull) {
176 nonNull = reply.readInt32();
177 if (nonNull) {
/frameworks/base/core/java/android/net/
H A DUri.java1152 this.authority = Part.nonNull(authority);
1154 this.query = Part.nonNull(query);
1155 this.fragment = Part.nonNull(fragment);
2038 static Part nonNull(Part part) { method in class:Uri.Part
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java199 public static Bundle nonNull(@Nullable Bundle in) { method in class:UserRestrictionsUtils
H A DUserManagerService.java1135 UserRestrictionsUtils.nonNull(mBaseUserRestrictions.get(userId));
1277 final Bundle prevAppliedRestrictions = UserRestrictionsUtils.nonNull(

Completed in 198 milliseconds