HomeSort by relevance Sort by last modified time
    Searched refs:startedByTrustedSource (Results 1 - 3 of 3) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
ProvisioningParams.java 199 public final boolean startedByTrustedSource;
266 startedByTrustedSource = builder.mStartedByTrustedSource;
315 bundle.putBoolean(TAG_STARTED_BY_TRUSTED_SOURCE, startedByTrustedSource);
566 public Builder setStartedByTrustedSource(boolean startedByTrustedSource) {
567 mStartedByTrustedSource = startedByTrustedSource;
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
PreProvisioningControllerTest.java 220 // we don't set the startedByTrustedSource flag.
402 // in this case the device gets resumed with the DO intent and startedByTrustedSource flag
553 // the startedByTrustedSource flag.
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
PreProvisioningController.java 409 && params.startedByTrustedSource;
    [all...]

Completed in 81 milliseconds