summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/commandline
Commit message (Collapse)AuthorAgeFilesLines
* Remove PhoneAccountHandle when building the intent to call Voicemail.Varun Berry2021-10-281-5/+1
| | | | | | | | | This will break functionality for calling voicemail in a multi-sim device. Bug: 197228468 Test: manual. Change-Id: If4463a24af2feb23d033190236e314b535d10fd6
* Internal changeAndroid Dialer2018-06-011-2/+3
| | | | | | | Bug: 79169954 Test: added tests in BlockingTest.java PiperOrigin-RevId: 198950042 Change-Id: I380bc93276223db74b87f94140bd6c5c29c3f3cb
* Add @InstallIn and @IncludeInDialerRoot to dagger modules in dialer codebase.weijiaxu2018-05-112-0/+5
| | | | | | Test: presubmit. PiperOrigin-RevId: 196158524 Change-Id: Iec1e457039e97be0236cd700d397b4095ee3c2c3
* Expose active calls from in call UItwyen2018-04-252-1/+73
| | | | | | | | | | Dual SIM features need to know what phone account the current call is using because usually only one SIM can be in a call at the same time. TEST=TAP Bug: 69675796,72618783 Test: TAP PiperOrigin-RevId: 194121273 Change-Id: I512eb7aca2050f38449b0a911dea9cee9b5ffdb5
* Improved support for short codes in Coalescer.zachh2018-04-171-3/+1
| | | | | | | | | | | | Use ShortNumberInfo to identify shortcodes and apply more basic matching for them; without this short codes like '5555' and '55555' would match due to being a SHORT_NSN_MATCH even though they should not match. Also removed the PhoneNumberUtil argument from DialerPhoneNumberUtil's constructor as it was always PhoneNumberUtil.getInstance(). (This allowed me to do a similar thing for ShortNumberInfo.getInstance()). TEST=unit Bug: 71586485 Test: unit PiperOrigin-RevId: 193288929 Change-Id: Ia16c78e7eee5e0912d3913660952b9ee32713731
* Implement new blockingtwyen2018-03-302-28/+47
| | | | | | | | | Old blocking is deprecated. Bug: 70989544 Test: TAP PiperOrigin-RevId: 191086875 Change-Id: Icde4963fce603fc4e16e486b78c070bd439e26e4
* Check empty number before querying data ID for preferred accounttwyen2018-03-261-6/+14
| | | | | | | | | In call UI might use PreferredAccountWorker with a voicemail URI that has no numbers. Bug: 76205637 Test: Unit tests PiperOrigin-RevId: 190298082 Change-Id: I9949de5499958c408d6e1bf18cab6e77852d2487
* Implement call commandtwyen2018-03-192-1/+89
| | | | | | | | NUI dialpad is still broken. Test: Unit tests PiperOrigin-RevId: 189674304 Change-Id: I58d114ed45839f8ff85a3a0e48c3d200337915c9
* Record jank metrics in old and new call logs.zachh2018-02-221-1/+2
| | | | | | | Bug: 70989667 Test: unit PiperOrigin-RevId: 186410938 Change-Id: I0671ab0bbbe957b8f034c673e6309204284756d2
* Implement blocking commandstwyen2018-01-228-49/+327
| | | | | | Test: Unit tests PiperOrigin-RevId: 182813080 Change-Id: I952f49352fb57c02c4efb9cc4ede84dc7c32c893
* Implement dialer command line interfacetwyen2018-01-168-0/+464
This CL adds a generic interface to perform action and retrieve data in dialer. Test: Unit tests PiperOrigin-RevId: 182128015 Change-Id: Ib45ce9808bd4e0e4a9c9e05c0017e19c3213bb0d