summaryrefslogtreecommitdiff
path: root/core/java/android/app/AuthenticationRequiredException.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-301-2/+2
| | | | | | | | | java.util.Objects.requireNonNull Bug: 126528330 Test: Treehugger Change-Id: I42117ebfb640e3b0b133183e5e146860bed8471a
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
| | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
* Remove snippet regarding ContentProvider#notifyChange in documentation.Ben Lin2017-05-021-4/+1
| | | | | | | | | | | | For ContentProvider and DocumentsProvider, throwing an exception in their query methods will result in no Cursor returned to the remote side. Without a cursor, there is no way to listen in on changes. Removing the part regarding notifyChange since there's no established paradigm on which URI to listen/notify changes on. Test: Documentation change only. Bug: 37876119 Change-Id: I0739794a1e8182918758ba953251ed9a3268f227
* Introduce AuthenticationRequiredException, and @hideBen Lin2017-03-221-0/+99
RecoverableSecurityException. Test: CTS tests in changes in same topic. Bug: 36482356 Bug: 36482258 Change-Id: I44b3407746006d8709e4a3f3ca2950c61fa0be95