Searched refs:startedByTrustedSource (Results 1 – 3 of 3) sorted by relevance
227 public final boolean startedByTrustedSource; field in ProvisioningParams307 startedByTrustedSource = builder.mStartedByTrustedSource; in ProvisioningParams()361 bundle.putBoolean(TAG_STARTED_BY_TRUSTED_SOURCE, startedByTrustedSource); in toPersistableBundle()629 public Builder setStartedByTrustedSource(boolean startedByTrustedSource) { in setStartedByTrustedSource() argument630 mStartedByTrustedSource = startedByTrustedSource; in setStartedByTrustedSource()
744 private void prepareMocksForAfterEncryption(String action, boolean startedByTrustedSource) in prepareMocksForAfterEncryption() argument753 startedByTrustedSource, false, TEST_WIFI_SSID, action, TEST_MDM_PACKAGE)); in prepareMocksForAfterEncryption()756 private ProvisioningParams createParams(boolean startedByTrustedSource, boolean skipEncryption, in createParams() argument759 .setStartedByTrustedSource(startedByTrustedSource) in createParams()
531 && params.startedByTrustedSource; in skipFactoryResetProtectionCheck()