Searched defs:COLUMN_DESTINATION (Results 1 – 3 of 3) sorted by relevance
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadReceiver.java | 155 new String[] { Downloads.Impl._ID, Constants.UID, COLUMN_DESTINATION, _DATA }, in handleUidRemoved() argument
|
D | DownloadProvider.java | 179 addMapping(map, DownloadManager.COLUMN_DESTINATION); in addMapping() 221 addMapping(map, Downloads.Impl.COLUMN_DESTINATION); in addMapping() 632 new String[] { Downloads.Impl._ID, Constants.UID, COLUMN_DESTINATION, _DATA }, in reconcileRemovedUidEntries() argument
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
D | Downloads.java | 187 public static final String COLUMN_DESTINATION = "destination"; field in Downloads.Impl
|