Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultCrossProfileIntentFilter.java67 public final boolean letsPersonalDataIntoProfile; field in DefaultCrossProfileIntentFilter
70 @Direction int direction, boolean letsPersonalDataIntoProfile) { in DefaultCrossProfileIntentFilter() argument
74 this.letsPersonalDataIntoProfile = letsPersonalDataIntoProfile; in DefaultCrossProfileIntentFilter()
83 Builder(@Direction int direction, int flags, boolean letsPersonalDataIntoProfile) { in Builder() argument
86 mLetsPersonalDataIntoProfile = letsPersonalDataIntoProfile; in Builder()
H A DUserManagerService.java5072 if (disallowSharingIntoProfile && filter.letsPersonalDataIntoProfile) {