summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/assisteddialing/CountryCodeProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant version checks and annotations in the assisted dialing package.linyuh2018-06-271-4/+0
| | | | | | Test: Existing tests PiperOrigin-RevId: 202151952 Change-Id: I0c1ad7b35ec1a57ae9f5d51ba935bfcd9f529379
* Add filtration logic to Assisted Dialing Settings.erfanian2017-12-041-1/+1
| | | | | | | | | | | | | | | | The filtration logic will only show countries in the country picker if the feature is enabled for those countries. This will not cover the regressive case where a user has already selected a default option, but then the option is later removed. This behavior is currently undefined. Bug: 69274259 Test: unit tests PiperOrigin-RevId: 177881199 Change-Id: I113f6d25249c42c1bd98383fd6ee0bc6a8c0e615
* Move country constraint logic into standalone class.erfanian2017-11-291-0/+107
In a subsequent change, the assisted dialing settings will be able to use the parsing logic to filter the available countries listed in the settings. Bug: 69274259 Test: existing tests PiperOrigin-RevId: 177338864 Change-Id: I8ef76874d5f6d885b415174371225b738cc68716