Lines Matching full:device

20 use Google\Service\AndroidEnterprise\Device;  alias
35 * Uploads a report containing any changes in app states on the device since the
37 * hours for a given device. If you exceed the quota, then the Google Play EMM
42 * @param string $deviceId The ID of the device.
52 * Retrieves the details of a device. (devices.get)
56 * @param string $deviceId The ID of the device.
58 * @return Device
64 return $this->call('get', [$params], Device::class);
67 * Retrieves whether a device's access to Google services is enabled or
68 * disabled. The device state takes effect only if enforcing EMM policies on
69 * Android devices is enabled in the Google Admin Console. Otherwise, the device
75 * @param string $deviceId The ID of the device.
100 * Sets whether a device's access to Google services is enabled or disabled. The
101 * device state takes effect only if enforcing EMM policies on Android devices
102 * is enabled in the Google Admin Console. Otherwise, the device state is
108 * @param string $deviceId The ID of the device.
120 * Updates the device policy. To ensure the policy is properly enforced, you
123 * See restrict accounts in Google Play. When provisioning a new device, you
124 * should set the device policy using this method before adding the managed
125 * Google Play Account to the device, otherwise the policy will not be applied
126 * for a short period of time after adding the account to the device.
131 * @param string $deviceId The ID of the device.
132 * @param Device $postBody
138 * @return Device
140 public function update($enterpriseId, $userId, $deviceId, Device $postBody, $optParams = [])
144 return $this->call('update', [$params], Device::class);