OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pendingid
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java
57
public static final String PENDINGID_COLUMN = "
pendingid
"; // Download Manager ID
77
private static final String CLIENT_PENDINGID_COLUMN = "
pendingid
"; // Download Manager ID
410
public static ContentValues makeContentValues(final int
pendingId
, final int type,
416
result.put(PENDINGID_COLUMN,
pendingId
);
594
final long
pendingId
= cursor.getInt(pendingIdColumn);
596
if (
pendingId
== downloadId) {
[
all
...]
Completed in 70 milliseconds