OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedTemplate
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java
110
Template t = Template.
getCachedTemplate
(mContext, R.raw.most_visited);
162
Template t = Template.
getCachedTemplate
(mContext, R.raw.folder_view);
Template.java
39
public static Template
getCachedTemplate
(Context context, int id) {
Completed in 22 milliseconds