Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySource.java97 public @interface SafetySourceType {} annotation in SafetySource
200 @SafetySourceType private final int mType;
219 @SafetySourceType int type, in SafetySource()
256 @SafetySourceType
696 @SafetySourceType private final int mType;
715 public Builder(@SafetySourceType int type) { in Builder()