Searched refs:DomainVerificationInternalUserState (Results 1 – 8 of 8) sorted by relevance
32 public class DomainVerificationInternalUserState { class46 public DomainVerificationInternalUserState(@UserIdInt int userId) { in DomainVerificationInternalUserState() method in DomainVerificationInternalUserState51 public DomainVerificationInternalUserState addHosts(@NonNull ArraySet<String> newHosts) { in addHosts()56 public DomainVerificationInternalUserState addHosts(@NonNull Set<String> newHosts) { in addHosts()61 public DomainVerificationInternalUserState removeHost(String host) { in removeHost()66 public DomainVerificationInternalUserState removeHosts(@NonNull ArraySet<String> newHosts) { in removeHosts()71 public DomainVerificationInternalUserState removeHosts(@NonNull Set<String> newHosts) { in removeHosts()76 public DomainVerificationInternalUserState retainHosts(@NonNull Set<String> hosts) { in retainHosts()105 public DomainVerificationInternalUserState( in DomainVerificationInternalUserState() method in DomainVerificationInternalUserState145 public @NonNull DomainVerificationInternalUserState setLinkHandlingAllowed( boolean value) { in setLinkHandlingAllowed()[all …]
65 private final SparseArray<DomainVerificationInternalUserState> mUserStates;92 public DomainVerificationInternalUserState getUserState(@UserIdInt int userId) { in getUserState()97 public DomainVerificationInternalUserState getOrCreateUserState( in getOrCreateUserState()99 DomainVerificationInternalUserState userState = mUserStates.get(userId); in getOrCreateUserState()101 userState = new DomainVerificationInternalUserState(userId); in getOrCreateUserState()120 @NonNull SparseArray<DomainVerificationInternalUserState> other) { in userStatesEquals()168 @NonNull SparseArray<DomainVerificationInternalUserState> userStates, in DomainVerificationPkgState()223 public @NonNull SparseArray<DomainVerificationInternalUserState> getUserStates() { in getUserStates()
34 import com.android.server.pm.verify.domain.models.DomainVerificationInternalUserState;178 final SparseArray<DomainVerificationInternalUserState> userStates = new SparseArray<>(); in createPkgStateFromXml()197 @NonNull SparseArray<DomainVerificationInternalUserState> userStates) { in readUserStates()200 DomainVerificationInternalUserState userState = createUserStateFromXml(child); in readUserStates()244 @NonNull SparseArray<DomainVerificationInternalUserState> states) throws IOException { in writeUserStates()256 DomainVerificationInternalUserState userState = states.get(userId); in writeUserStates()286 private static DomainVerificationInternalUserState createUserStateFromXml( in createUserStateFromXml()301 return new DomainVerificationInternalUserState(userId, enabledHosts, allowLinkHandling); in createUserStateFromXml()316 @NonNull DomainVerificationInternalUserState userState) throws IOException { in writeUserStateToXml()
34 import com.android.server.pm.verify.domain.models.DomainVerificationInternalUserState;245 SparseArray<DomainVerificationInternalUserState> oldSelectionStates = in mergePkgState()248 SparseArray<DomainVerificationInternalUserState> newSelectionStates = in mergePkgState()254 DomainVerificationInternalUserState newUserState = newSelectionStates.valueAt(index); in mergePkgState()257 DomainVerificationInternalUserState oldUserState = oldSelectionStates.get(userId); in mergePkgState()260 oldSelectionStates.put(userId, new DomainVerificationInternalUserState(userId, in mergePkgState()
36 import com.android.server.pm.verify.domain.models.DomainVerificationInternalUserState;235 SparseArray<DomainVerificationInternalUserState> userStates = in printState()244 DomainVerificationInternalUserState userState = userStates.valueAt(index); in printState()250 DomainVerificationInternalUserState userState = userStates.get(userId); in printState()258 @Nullable DomainVerificationInternalUserState userState, in printState()
64 import com.android.server.pm.verify.domain.models.DomainVerificationInternalUserState;473 SparseArray<DomainVerificationInternalUserState> owningUserStates = in removeUserStatesForDomain()483 DomainVerificationInternalUserState owningUserState = in removeUserStatesForDomain()581 DomainVerificationInternalUserState userState = pkgState.getOrCreateUserState( in setDomainVerificationUserSelection()631 DomainVerificationInternalUserState userState = in setDomainVerificationUserSelectionInternal()642 DomainVerificationInternalUserState userState = in setDomainVerificationUserSelectionInternal()658 @NonNull DomainVerificationInternalUserState userState, @UserIdInt int userId, in revokeOtherUserSelectionsLocked()693 DomainVerificationInternalUserState approvedUserState = in revokeOtherUserSelectionsLocked()733 DomainVerificationInternalUserState userState = pkgState.getUserState(userId); in getDomainVerificationUserState()912 SparseArray<DomainVerificationInternalUserState> oldUserStates = in migrateState()[all …]
27 import com.android.server.pm.verify.domain.models.DomainVerificationInternalUserState188 userStates[1] = DomainVerificationInternalUserState(1).apply {195 userStates[1] = DomainVerificationInternalUserState(1).apply {312 userStates[id] = DomainVerificationInternalUserState(id).apply {
8808 …gsXml$ReadSection;)Lcom/android/server/pm/verify/domain/models/DomainVerificationInternalUserState;8839 HSPLcom/android/server/pm/verify/domain/models/DomainVerificationInternalUserState;-><init>(ILandro…8840 HSPLcom/android/server/pm/verify/domain/models/DomainVerificationInternalUserState;->getUserId()I13403 Lcom/android/server/pm/verify/domain/models/DomainVerificationInternalUserState;