* Handles clicking on the `cancel` button, within the picker`s footer, * that would disregard the user selection.
()
| 398 | * that would disregard the user selection. |
| 399 | */ |
| 400 | _cancelClick() { |
| 401 | this._togglePicker(); |
| 402 | } |
| 403 | |
| 404 | /** |
| 405 | * Handles the date/time switch available in `phoneMode` to switch |
nothing calls this directly
no test coverage detected