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.java248 public final boolean startedByTrustedSource; field in ProvisioningParams
400 startedByTrustedSource = builder.mStartedByTrustedSource; in ProvisioningParams()
461 bundle.putBoolean(TAG_STARTED_BY_TRUSTED_SOURCE, startedByTrustedSource); in toPersistableBundle()
766 public Builder setStartedByTrustedSource(boolean startedByTrustedSource) { in setStartedByTrustedSource() argument
767 mStartedByTrustedSource = startedByTrustedSource; in setStartedByTrustedSource()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityControllerTest.java2076 private void prepareMocksForAfterEncryption(String action, boolean startedByTrustedSource) in prepareMocksForAfterEncryption() argument
2085 startedByTrustedSource, false, TEST_WIFI_SSID, action, TEST_MDM_PACKAGE)); in prepareMocksForAfterEncryption()
2089 boolean startedByTrustedSource, boolean skipEncryption, in createParamsBuilder() argument
2092 .setStartedByTrustedSource(startedByTrustedSource) in createParamsBuilder()
2102 private ProvisioningParams createParams(boolean startedByTrustedSource, boolean skipEncryption, in createParams() argument
2105 startedByTrustedSource, skipEncryption, wifiSsid, action, packageName).build(); in createParams()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java446 if (!params.startedByTrustedSource) { in checkAdminIntegratedFlowPreconditions()
916 if (params.startedByTrustedSource) { in isManagedProfileProvisioningStartedByDpc()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityController.java901 && params.startedByTrustedSource; in skipFactoryResetProtectionCheck()