Home
last modified time | relevance | path

Searched defs:COLUMN_ALLOW_ROAMING (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/
H A DDownloads.java345 public static final String COLUMN_ALLOW_ROAMING = "allow_roaming"; field in Downloads.Impl
/aosp12/frameworks/base/core/java/android/provider/
H A DDownloads.java367 public static final String COLUMN_ALLOW_ROAMING = "allow_roaming"; field in Downloads.Impl
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java202 addMapping(map, Downloads.Impl.COLUMN_ALLOW_ROAMING); in addMapping()