summaryrefslogtreecommitdiff
path: root/src/com/android/deskclock/controller/VoiceController.java
AgeCommit message (Collapse)Author
2022-04-18DeskClock: Remove compatibility to old APIsHEADsugisawa-mr1Michael W
* We never build on these, so the code and annotations are useless Change-Id: I791370b531ecadcbddb63ca04d5c4c51aafe1bc1
2016-12-19Remove the VoiceController interfaceJames Lemieux
Bug: 29538369 Test: Create alarms and timers via voice commands. Change-Id: If2bcc632dddb2be156814cd868d1e0938d81f9fd
2016-08-02Replace Voice class with VoiceControllerJames Lemieux
Bug: 29538369 The static Voice class is now implemented as a delegate controller behind the Controller singleton. This is a more natural location for the code and prepares the code base for alternate implementations of the VoiceController interface for testing purposes. Change-Id: I0c9b669e4f47da7fb30b4b55177c039a7e8970e4