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

  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/model/
ProvisioningParamsTest.java 133 .setLeaveAllSystemAppsEnabled(TEST_LEAVE_ALL_SYSTEM_APP_ENABLED)
150 .setLeaveAllSystemAppsEnabled(TEST_LEAVE_ALL_SYSTEM_APP_ENABLED)
176 .setLeaveAllSystemAppsEnabled(TEST_LEAVE_ALL_SYSTEM_APP_ENABLED)
193 .setLeaveAllSystemAppsEnabled(TEST_LEAVE_ALL_SYSTEM_APP_ENABLED)
219 .setLeaveAllSystemAppsEnabled(TEST_LEAVE_ALL_SYSTEM_APP_ENABLED)
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
ProvisioningParams.java 409 public Builder setLeaveAllSystemAppsEnabled(boolean leaveAllSystemAppsEnabled) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/
ExtrasProvisioningDataParser.java 208 .setLeaveAllSystemAppsEnabled(intent.getBooleanExtra(
PropertiesProvisioningDataParser.java 140 builder.setLeaveAllSystemAppsEnabled(Boolean.parseBoolean(s));

Completed in 411 milliseconds