OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_BOOKMARK
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/provider/
BrowserContract.java
683
public static final String
IS_BOOKMARK
= "bookmark";
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
93
public static final String
IS_BOOKMARK
= "bookmark";
337
map.put(Combined.
IS_BOOKMARK
, "CASE WHEN " +
339
" IS NOT NULL THEN 1 ELSE 0 END AS " + Combined.
IS_BOOKMARK
);
353
map.put(Combined.
IS_BOOKMARK
, "1 AS " + Combined.
IS_BOOKMARK
);
[
all
...]
Completed in 309 milliseconds