Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DDefaultCrossProfileIntentFilter.java67 public final boolean letsPersonalDataIntoProfile; field in DefaultCrossProfileIntentFilter
70 @Direction int direction, boolean letsPersonalDataIntoProfile) { in DefaultCrossProfileIntentFilter()
83 Builder(@Direction int direction, int flags, boolean letsPersonalDataIntoProfile) { in Builder()