summaryrefslogtreecommitdiff
path: root/core/java/android/provider/BlockedNumberContract.java
AgeCommit message (Expand)Author
2020-03-12Revert [Telephony mainline] Add SystemApi and NonNull annotationzoey chen
2019-12-04[TelephonyMainline] Cannot remove AUTHORITY_URI from the public API.zoey chen
2019-11-18[Telephony mainline] Add SystemApi and NonNull annotationzoey chen
2019-05-23Add extended logging for blocked number contract.Tyler Gunn
2018-08-20Update BlockedNumberContract to indicate why a call was blocked.Tyler Gunn
2018-03-23Add exception catching for BlockedNumberContract methods used by Telecom.Tyler Gunn
2018-03-08Support enhanced call blocking functionRuijie Bai
2016-05-18Update BlockedNumberContract javadocs.Abhijith Shastry
2016-05-03Update BlockedNumberContract documentation.Abhijith Shastry
2016-03-23Add an unblock API to BlockedNumberContract.Abhijith Shastry
2016-03-22Document that re-inserting the same blocked number is permitted.Abhijith Shastry
2016-03-17Update canCurrentUserBlockNumbers permissions javadoc.Abhijith Shastry
2016-03-08Document that emergency numbers will not be blocked by the platform.Abhijith Shastry
2016-02-29Updates to BlockedNumberContract from API review.Abhijith Shastry
2016-02-22Rename suppressal to suppression.Abhijith Shastry
2016-02-18Make BlockSuppressalStatus constructor public so that it can be constructed b...Abhijith Shastry
2016-02-10Add hidden APIs for number blocking which will be used by the system.Abhijith Shastry
2016-02-05Update javadoc for BlockedNumberContract.Abhijith Shastry
2016-02-01BlockedNumberContract API changes:Abhijith Shastry
2016-01-14Remove the index columns from the blocked provider.Makoto Onuki
2016-01-13API for blocked number providerMakoto Onuki