OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLUMN_NOTIFICATION_CLASS
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/provider/
Downloads.java
242
public static final String
COLUMN_NOTIFICATION_CLASS
= "notificationclass";
798
+ Impl.
COLUMN_NOTIFICATION_CLASS
+ "=?";
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java
39
Downloads.Impl.
COLUMN_NOTIFICATION_CLASS
,
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java
184
clazz = getString(cursor, Downloads.Impl.
COLUMN_NOTIFICATION_CLASS
);
DownloadProvider.java
141
Downloads.Impl.
COLUMN_NOTIFICATION_CLASS
,
407
Downloads.Impl.
COLUMN_NOTIFICATION_CLASS
+ " TEXT, " +
619
String clazz = values.getAsString(Downloads.Impl.
COLUMN_NOTIFICATION_CLASS
);
626
filteredValues.put(Downloads.Impl.
COLUMN_NOTIFICATION_CLASS
, clazz);
[
all
...]
DownloadInfo.java
87
info.mClass = getString(Downloads.Impl.
COLUMN_NOTIFICATION_CLASS
);
Completed in 79 milliseconds