Searched refs:startedByTrustedSource (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/ |
H A D | ProvisioningParams.java | 239 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()
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
H A D | PreProvisioningActivityControllerTest.java | 1604 private void prepareMocksForAfterEncryption(String action, boolean startedByTrustedSource) in prepareMocksForAfterEncryption() argument 1613 startedByTrustedSource, false, TEST_WIFI_SSID, action, TEST_MDM_PACKAGE)); in prepareMocksForAfterEncryption() 1617 boolean startedByTrustedSource, boolean skipEncryption, in createParamsBuilder() argument 1620 .setStartedByTrustedSource(startedByTrustedSource) in createParamsBuilder() 1630 private ProvisioningParams createParams(boolean startedByTrustedSource, boolean skipEncryption, in createParams() argument 1633 startedByTrustedSource, skipEncryption, wifiSsid, action, packageName).build(); in createParams()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | Utils.java | 446 if (!params.startedByTrustedSource) { in checkAdminIntegratedFlowPreconditions() 863 if (params.startedByTrustedSource) { in isManagedProfileProvisioningStartedByDpc()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/ |
H A D | PreProvisioningActivityController.java | 748 && params.startedByTrustedSource; in skipFactoryResetProtectionCheck()
|