summaryrefslogtreecommitdiff
path: root/core/java/android/provider/SimPhonebookContract.java
Commit message (Collapse)AuthorAgeFilesLines
* Improve SimPhonebookContract javadocs and qualifiersMarcus Hagerott2021-03-241-16/+34
| | | | | | Test: atest CtsSimPhonebookProviderTestCases Bug: 183395170 Change-Id: Id160092078f26908787b4b9a4fbe525825496875
* Add more detail to javadocs for SimPhonebookContractMarcus Hagerott2021-02-221-6/+99
| | | | | | | | This provides more details about the operations supported by the provider. Test: none Bug: 154363919 Change-Id: I90147f5dd2b55be52089c854464ca4c52f4ba5a7
* Fix self-assign error in SimPhonebookContractJooyung Han2021-02-171-1/+1
| | | | | | | | Bug: 180472752 Test: atest FrameworksTelephonyTests: com.android.internal.telephony.uicc.IccUtilsTest TeleServiceTests: SimPhonebookProviderTest Change-Id: I1a8c0dabee3ca90fcdeca263a4c943e01fbae75e
* Add UCS-2 support for SimPhonebookContractMarcus Hagerott2021-02-161-146/+45
| | | | | | | | | This simplifies the API by eliminating the need to attempt to detect and report unsupported characters. Test: atest FrameworksTelephonyTests:com.android.internal.telephony.uicc.IccUtilsTest TeleServiceTests:SimPhonebookProviderTest Bug: 154363919 Change-Id: Ica8f3a642ee50ca81c43822ba39c0a071c279705
* Adding SimPhonebookContractMarcus Hagerott2021-02-011-0/+506
This is a contract class for a provider that reads contacts from the SIM card. Bug: 154363919 Test: atest CtsSimPhonebookProviderTestCases CtsSimPhonebookProviderNoSimTestCases Change-Id: I584150dd8352dbb49d70ea28c6d064a6336d018d