setTime method

void setTime(
  1. Device_ device,
  2. int timestamp
)

Sets the time on the device.

Implementation

void setTime(sdk.Device_ device, int timestamp) {
  aidlabManager_?.setTime(device, timestamp);
}