/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement/DeviceSettings.php (3072B)
adbEnabled = $adbEnabled;
}
/**
* @return bool
*/
public function getAdbEnabled()
{
return $this->adbEnabled;
}
/**
* @param bool
*/
public function setDevelopmentSettingsEnabled($developmentSettingsEnabled)
{
$this->developmentSettingsEnabled = $developmentSettingsEnabled;
}
/**
* @return bool
*/
public function getDevelopmentSettingsEnabled()
{
return $this->developmentSettingsEnabled;
}
/**
* @param string
*/
public function setEncryptionStatus($encryptionStatus)
{
$this->encryptionStatus = $encryptionStatus;
}
/**
* @return string
*/
public function getEncryptionStatus()
{
return $this->encryptionStatus;
}
/**
* @param bool
*/
public function setIsDeviceSecure($isDeviceSecure)
{
$this->isDeviceSecure = $isDeviceSecure;
}
/**
* @return bool
*/
public function getIsDeviceSecure()
{
return $this->isDeviceSecure;
}
/**
* @param bool
*/
public function setIsEncrypted($isEncrypted)
{
$this->isEncrypted = $isEncrypted;
}
/**
* @return bool
*/
public function getIsEncrypted()
{
return $this->isEncrypted;
}
/**
* @param bool
*/
public function setUnknownSourcesEnabled($unknownSourcesEnabled)
{
$this->unknownSourcesEnabled = $unknownSourcesEnabled;
}
/**
* @return bool
*/
public function getUnknownSourcesEnabled()
{
return $this->unknownSourcesEnabled;
}
/**
* @param bool
*/
public function setVerifyAppsEnabled($verifyAppsEnabled)
{
$this->verifyAppsEnabled = $verifyAppsEnabled;
}
/**
* @return bool
*/
public function getVerifyAppsEnabled()
{
return $this->verifyAppsEnabled;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeviceSettings::class, 'Google_Service_AndroidManagement_DeviceSettings');