Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
DProvisioningParams.java227 public final boolean startedByTrustedSource; field in ProvisioningParams
307 startedByTrustedSource = builder.mStartedByTrustedSource; in ProvisioningParams()
361 bundle.putBoolean(TAG_STARTED_BY_TRUSTED_SOURCE, startedByTrustedSource); in toPersistableBundle()
629 public Builder setStartedByTrustedSource(boolean startedByTrustedSource) { in setStartedByTrustedSource() argument
630 mStartedByTrustedSource = startedByTrustedSource; in setStartedByTrustedSource()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningControllerTest.java744 private void prepareMocksForAfterEncryption(String action, boolean startedByTrustedSource) in prepareMocksForAfterEncryption() argument
753 startedByTrustedSource, false, TEST_WIFI_SSID, action, TEST_MDM_PACKAGE)); in prepareMocksForAfterEncryption()
756 private ProvisioningParams createParams(boolean startedByTrustedSource, boolean skipEncryption, in createParams() argument
759 .setStartedByTrustedSource(startedByTrustedSource) in createParams()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningController.java531 && params.startedByTrustedSource; in skipFactoryResetProtectionCheck()