summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/PhoneAccountSuggestionService.java
AgeCommit message (Collapse)Author
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
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
2018-12-17Enable CTS testing for phone account suggestionsHall Liu
Add TestApi annotation on PhoneAccountSuggestionService and add sensible equals and hashCode methods to PhoneAccountSuggestions Bug: 111455117 Test: CTS Change-Id: I112e350cc637cb086252c53be5e08596e743537d
2018-12-17Add the PhoneAccountSuggestionServiceHall Liu
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