Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/
H A DDownloads.java353 public static final String COLUMN_ALLOW_METERED = "allow_metered"; field in Downloads.Impl
/aosp12/frameworks/base/core/java/android/provider/
H A DDownloads.java375 public static final String COLUMN_ALLOW_METERED = "allow_metered"; field in Downloads.Impl
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java201 addMapping(map, Downloads.Impl.COLUMN_ALLOW_METERED); in addMapping()