summaryrefslogtreecommitdiff
path: root/core/java/android/os/DropBoxManager.java
AgeCommit message (Expand)Author
2021-07-20DropBoxManager: Fix doc build errorShuzhen Wang
2021-01-12Interface to dynamically generate DropBox data.Jeff Sharkey
2020-07-31Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot
2020-07-31Update language to comply with Android's inclusive language guidanceLais Andrade
2020-07-16Carry attributionTag for DropBoxManagerPhilip P. Moltmann
2020-01-13Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-27Limit broadcast rate for low priority DropBox entriesMichael Wachenschwanz
2019-03-22Merge "Add EXTRA_DROPPED_COUNT for ACTION_DROPBOX_ENTRY_ADDED"Michael Wachenschwanz
2019-03-21Add EXTRA_DROPPED_COUNT for ACTION_DROPBOX_ENTRY_ADDEDMichael Wachenschwanz
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-05-23Protect usage data with OP_GET_USAGE_STATS.Jeff Sharkey
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-04-25Fix some issues found by new doclava linter.Jeff Sharkey
2016-03-09Log when pre-N apps send too much to DropBox.Jeff Sharkey
2016-02-27When system server goes down, crash apps more.Jeff Sharkey
2015-06-03Fix DropBoxManager.Entry parcels with fds.Tim Kilbourn
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2010-12-13resolved conflicts for merge of 4b94c451 to stage-korg-masterJean-Baptiste Queru
2010-12-08Added dropbox broadcast notificationHakan Still
2010-11-16am 383e95e2: Merge "DropBox: Read until the end of stream has been reached"Brad Fitzpatrick
2010-11-16DropBox: Read until the end of stream has been reachedChristian Lindeberg
2010-10-08DropBoxManager.Entry implements CloseableBrad Fitzpatrick
2010-10-07More DropBoxManager javadoc love.Brad Fitzpatrick
2010-10-07DropBox.Entry javadoc syntax fixBrad Fitzpatrick
2010-07-21am e8605af5: Merge "Avoid leaking file descriptors when returning drop box ev...Dan Egnor
2010-07-21Avoid leaking file descriptors when returning drop box events.Dan Egnor
2010-06-14Dropbox: remove redundant Entry construction.Brad Fitzpatrick
2009-11-25Change the DropBoxManager API slightly (this is public, but not yet released) --Dan Egnor
2009-11-14Fix the SDK build.Dan Egnor
2009-11-12Rename [I]DropBox[Service] to [I]DropBoxManager[Service].Dan Egnor