summaryrefslogtreecommitdiff
path: root/core/java/android/os/DropBoxManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "DropBoxManager: use BufferedInputStream when using GZIPInputStream" am...Tom Cherry2021-08-051-1/+3
|\
| * DropBoxManager: use BufferedInputStream when using GZIPInputStreamTom Cherry2021-08-041-1/+3
* | DropBoxManager: Fix doc build errorShuzhen Wang2021-07-201-1/+1
* | Interface to dynamically generate DropBox data.Jeff Sharkey2021-01-121-35/+48
* | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-311-1/+1
|\|
| * Update language to comply with Android's inclusive language guidanceLais Andrade2020-07-311-1/+1
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-131-1/+1
* | Carry attributionTag for DropBoxManagerPhilip P. Moltmann2020-07-161-1/+2
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
|/
* Limit broadcast rate for low priority DropBox entriesMichael Wachenschwanz2019-03-271-1/+2
* Merge "Add EXTRA_DROPPED_COUNT for ACTION_DROPBOX_ENTRY_ADDED"Michael Wachenschwanz2019-03-221-0/+7
|\
| * Add EXTRA_DROPPED_COUNT for ACTION_DROPBOX_ENTRY_ADDEDMichael Wachenschwanz2019-03-211-0/+7
* | Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+2
|/
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Protect usage data with OP_GET_USAGE_STATS.Jeff Sharkey2018-05-231-5/+17
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-4/+2
* Fix some issues found by new doclava linter.Jeff Sharkey2017-04-251-0/+3
* Log when pre-N apps send too much to DropBox.Jeff Sharkey2016-03-091-2/+23
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-5/+21
* Fix DropBoxManager.Entry parcels with fds.Tim Kilbourn2015-06-031-1/+2
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-3/+0
* resolved conflicts for merge of 4b94c451 to stage-korg-masterJean-Baptiste Queru2010-12-131-0/+24
|\
| * Added dropbox broadcast notificationHakan Still2010-12-081-0/+24
* | am 383e95e2: Merge "DropBox: Read until the end of stream has been reached"Brad Fitzpatrick2010-11-161-1/+6
|\|
| * DropBox: Read until the end of stream has been reachedChristian Lindeberg2010-11-161-1/+6
* | DropBoxManager.Entry implements CloseableBrad Fitzpatrick2010-10-081-1/+2
* | More DropBoxManager javadoc love.Brad Fitzpatrick2010-10-071-2/+2
* | DropBox.Entry javadoc syntax fixBrad Fitzpatrick2010-10-071-1/+1
* | am e8605af5: Merge "Avoid leaking file descriptors when returning drop box ev...Dan Egnor2010-07-211-32/+57
|\ \
| * | Avoid leaking file descriptors when returning drop box events.Dan Egnor2010-07-211-32/+57
| |/
* / Dropbox: remove redundant Entry construction.Brad Fitzpatrick2010-06-141-1/+1
|/
* Change the DropBoxManager API slightly (this is public, but not yet released) --Dan Egnor2009-11-251-7/+14
* Fix the SDK build.Dan Egnor2009-11-141-1/+1
* Rename [I]DropBox[Service] to [I]DropBoxManager[Service].Dan Egnor2009-11-121-0/+274