Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js1058 #getZeroPaddedString(value, desiredLength) { method in DeviceControlApp
1067 this.#getZeroPaddedString(now.getMonth(), 2),
1068 this.#getZeroPaddedString(now.getDay(), 2),
1069 this.#getZeroPaddedString(now.getHours(), 2),
1070 this.#getZeroPaddedString(now.getMinutes(), 2),
1071 this.#getZeroPaddedString(now.getSeconds(), 2),