Searched refs:allowUserIdList (Results 1 – 2 of 2) sorted by relevance
53 val allowUserIdList = in createFrom() constant55 return BeginGetPasswordOption(allowUserIdList?.toSet() ?: emptySet(), data, id) in createFrom()
87 val allowUserIdList = data.getStringArrayList(BUNDLE_KEY_ALLOWED_USER_IDS) in createFrom() constant89 allowedUserIds = allowUserIdList?.toSet() ?: emptySet(), in createFrom()