Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
DProvisioningParams.java239 public final boolean startedByTrustedSource; field in ProvisioningParams
367 startedByTrustedSource = builder.mStartedByTrustedSource; in ProvisioningParams()
422 bundle.putBoolean(TAG_STARTED_BY_TRUSTED_SOURCE, startedByTrustedSource); in toPersistableBundle()
702 public Builder setStartedByTrustedSource(boolean startedByTrustedSource) { in setStartedByTrustedSource() argument
703 mStartedByTrustedSource = startedByTrustedSource; in setStartedByTrustedSource()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityControllerTest.java1301 private void prepareMocksForAfterEncryption(String action, boolean startedByTrustedSource) in prepareMocksForAfterEncryption() argument
1310 startedByTrustedSource, false, TEST_WIFI_SSID, action, TEST_MDM_PACKAGE)); in prepareMocksForAfterEncryption()
1314 boolean startedByTrustedSource, boolean skipEncryption, in createParamsBuilder() argument
1317 .setStartedByTrustedSource(startedByTrustedSource) in createParamsBuilder()
1327 private ProvisioningParams createParams(boolean startedByTrustedSource, boolean skipEncryption, in createParams() argument
1330 startedByTrustedSource, skipEncryption, wifiSsid, action, packageName).build(); in createParams()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java446 if (!params.startedByTrustedSource) { in checkAdminIntegratedFlowPreconditions()
863 if (params.startedByTrustedSource) { in isManagedProfileProvisioningStartedByDpc()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityController.java666 && params.startedByTrustedSource; in skipFactoryResetProtectionCheck()