diff options
| author | Neil Fuller <nfuller@google.com> | 2022-03-03 13:53:36 +0000 |
|---|---|---|
| committer | Neil Fuller <nfuller@google.com> | 2022-03-03 15:40:33 +0000 |
| commit | 030a692189bce6ccaf1b8e9378b486c784887de4 (patch) | |
| tree | 6020790ebc530401a06b67fb47815d965f4a14eb /core/java/android/inputmethodservice/InputMethodService.java | |
| parent | b368bac149d0eeaca7c775daaca540825e48daeb (diff) | |
Make NTP config configurable from cmd
Enable NTP failure / timeout testing by providing an ability for testers
to change the NTP configuration. Also improve debugging information from
dumpsys and logs.
Testing:
adb shell cmd network_time_update_service set_server_config --hostname localhost
adb shell dumpsys network_time_update_service
adb shell cmd network_time_update_service force_refresh
<observe false>
adb shell dumpsys network_time_update_service
adb shell cmd network_time_update_service set_server_config --hostname localhost --timeout_millis 1000
adb shell dumpsys network_time_update_service
adb shell cmd network_time_update_service force_refresh
<observe false, but faster>
adb shell cmd network_time_update_service set_server_config --hostname localhost --timeout_millis 10000
adb shell dumpsys network_time_update_service
adb shell cmd network_time_update_service force_refresh
<observe false, but slower>
adb shell cmd network_time_update_service set_server_config
adb shell cmd network_time_update_service force_refresh
<observe true>
Bug: 213393821
Test: See above
Change-Id: Ic66c7fabe0b42a3d5c86f8b85f17096bf64a8209
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions
