Searched refs:managedByGoogle (Results 1 – 1 of 1) sorted by relevance
343 final boolean managedByGoogle = in getMeshcopTxtAttributes()374 meshcopTxts.nonStandardTxtEntries = List.of(makeManagedByGoogleTxtAttr(managedByGoogle)); in getMeshcopTxtAttributes()384 private static DnsTxtAttribute makeManagedByGoogleTxtAttr(boolean managedByGoogle) { in makeManagedByGoogleTxtAttr() argument385 final byte[] value = (managedByGoogle ? "1" : "0").getBytes(UTF_8); in makeManagedByGoogleTxtAttr()