Searched refs:encodeServiceAllowlist (Results 1 – 3 of 3) sorted by relevance
357 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_noFieldsSet()433 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_oneFieldSet()514 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_twoFieldsSet()616 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_threeFieldsSet()691 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_multipleEntriesAllowlist()729 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestrictions_DeviceConfigNextAllowlistApplied()750 String encodedNextServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedNextServices); in testServiceRestrictions_DeviceConfigNextAllowlistApplied()796 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestrictions_ComponentNotSet()830 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestrictions_AllFieldsSetToWildcard()879 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestrictions_AllFieldsSet()
145 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServicesMap); in testServiceAllowlist_DeviceConfigAllowlistApplied()
133 public static String encodeServiceAllowlist( in encodeServiceAllowlist() method in ProtoUtil152 public static String encodeServiceAllowlist(List<ArrayMap<String, String>> services) { in encodeServiceAllowlist() method in ProtoUtil