Home
last modified time | relevance | path

Searched refs:bootMode (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDevice.php44 public $bootMode; variable in Google\\Service\\Directory\\ChromeOsDevice
233 public function setBootMode($bootMode) argument
235 $this->bootMode = $bootMode;
242 return $this->bootMode;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1008 public $bootMode; variable in Google_ChromeOsDevice
1038 public function setBootMode($bootMode) { argument
1039 $this->bootMode = $bootMode;
1042 return $this->bootMode;