Home
last modified time | relevance | path

Searched refs:SafetySourceGroupType (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySourcesGroup.java108 public @interface SafetySourceGroupType {} annotation in SafetySourcesGroup
161 @SafetySourceGroupType private final int mType;
169 @SafetySourceGroupType int type, in SafetySourcesGroup()
184 @SafetySourceGroupType
304 @Nullable @SafetySourceGroupType private Integer mType;
340 public Builder setType(@SafetySourceGroupType int type) { in setType()