Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/companion/virtual/
DVirtualDeviceParams.java267 @NonNull private final ArraySet<UserHandle> mUsersWithMatchingAccounts; field in VirtualDeviceParams
300 mUsersWithMatchingAccounts = in VirtualDeviceParams()
321 mUsersWithMatchingAccounts = (ArraySet<UserHandle>) parcel.readArraySet(null); in VirtualDeviceParams()
379 return Collections.unmodifiableSet(mUsersWithMatchingAccounts); in getUsersWithMatchingAccounts()
555 dest.writeArraySet(mUsersWithMatchingAccounts); in writeToParcel()
593 && mUsersWithMatchingAccounts.equals(that.mUsersWithMatchingAccounts) in equals()
609 mLockState, mUsersWithMatchingAccounts, mCrossTaskNavigationExemptions, in hashCode()
625 + " mUsersWithMatchingAccounts=" + mUsersWithMatchingAccounts in toString()
646 pw.println(prefix + "mUsersWithMatchingAccounts=" + mUsersWithMatchingAccounts); in dump()
677 @NonNull private Set<UserHandle> mUsersWithMatchingAccounts = Collections.emptySet(); field in VirtualDeviceParams.Builder
[all …]