Searched refs:NOT_NULL (Results 1 – 2 of 2) sorted by relevance
30 public static final int NOT_NULL = 1; field in BackupUtils43 return (in.readByte() == NOT_NULL) ? in.readUTF() : null; in readString()48 out.writeByte(NOT_NULL); in writeString()
1072 out.writeByte(BackupUtils.NOT_NULL); in getNetworkPolicies()