Searched refs:startedByTrustedSource (Results 1 – 4 of 4) sorted by relevance
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/ |
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()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
D | PreProvisioningActivityControllerTest.java | 1301 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/ |
D | Utils.java | 446 if (!params.startedByTrustedSource) { in checkAdminIntegratedFlowPreconditions() 863 if (params.startedByTrustedSource) { in isManagedProfileProvisioningStartedByDpc()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/ |
D | PreProvisioningActivityController.java | 666 && params.startedByTrustedSource; in skipFactoryResetProtectionCheck()
|