Home
last modified time | relevance | path

Searched refs:COLUMN_NOTIFICATION_CLASS (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java242 public static final String COLUMN_NOTIFICATION_CLASS = "notificationclass"; field in Downloads.Impl
797 + Impl.COLUMN_NOTIFICATION_CLASS + "=?";
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java39 Downloads.Impl.COLUMN_NOTIFICATION_CLASS,
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java234 addMapping(map, Downloads.Impl.COLUMN_NOTIFICATION_CLASS); in addMapping() argument
576 Downloads.Impl.COLUMN_NOTIFICATION_CLASS + " TEXT, " + in createDownloadsTable()
845 String clazz = values.getAsString(Downloads.Impl.COLUMN_NOTIFICATION_CLASS); in insert()
852 filteredValues.put(Downloads.Impl.COLUMN_NOTIFICATION_CLASS, clazz); in insert()
DDownloadReceiver.java254 clazz = getString(cursor, Downloads.Impl.COLUMN_NOTIFICATION_CLASS); in sendNotificationClickedIntent()
DDownloadInfo.java80 info.mClass = getString(Downloads.Impl.COLUMN_NOTIFICATION_CLASS); in updateFromDatabase()