summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/PhoneAccountSuggestionService.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+0
| | | | | | | | | | | | | I ran these commands: cd frameworks/base grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@SystemApi[\s\n]+(\@\w+[\s\n]+)?\@TestApi/\@SystemApi\1/gs' grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@TestApi[\s\n]+(\@\w+[\s\n]+)?\@SystemApi/\1\@SystemApi/gs' Bug: 171179806 Test: m checkapi Change-Id: I772790b783b0a8730b8bf680c9e569a886b8d789
* Enable CTS testing for phone account suggestionsHall Liu2018-12-171-0/+2
| | | | | | | | | Add TestApi annotation on PhoneAccountSuggestionService and add sensible equals and hashCode methods to PhoneAccountSuggestions Bug: 111455117 Test: CTS Change-Id: I112e350cc637cb086252c53be5e08596e743537d
* Add the PhoneAccountSuggestionServiceHall Liu2018-12-171-0/+121
Add a service base class for phone acct suggestion. Also add associated aidl plumbing and a new permission for the service to require. Test: CTS to come Bug: 111455117 Change-Id: I30d7d004bdddbab3dfbb5408c07775ea56d490fe