Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DCrossProfileIntentFilter.java67 public final boolean letsPersonalDataIntoProfile; field in CrossProfileIntentFilter
70 boolean letsPersonalDataIntoProfile) { in CrossProfileIntentFilter() argument
74 this.letsPersonalDataIntoProfile = letsPersonalDataIntoProfile; in CrossProfileIntentFilter()
83 public Builder(@Direction int direction, int flags, boolean letsPersonalDataIntoProfile) { in Builder() argument
86 mLetsPersonalDataIntoProfile = letsPersonalDataIntoProfile; in Builder()
DCrossProfileIntentFiltersSetter.java308 if (disallowSharingIntoProfile && filter.letsPersonalDataIntoProfile) { in setFilters()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DCrossProfileIntentFilterTest.java65 assertEquals(TEST_LETSDATAINTOPROFILE, filter.letsPersonalDataIntoProfile); in testBuilder()