Searched refs:METHOD_GET_PREVIEW (Results 1 – 2 of 2) sorted by relevance
32 private static final String METHOD_GET_PREVIEW = "get_preview"; field in PreviewUtils56 mContext.getContentResolver().call(getUri(PREVIEW), METHOD_GET_PREVIEW, null, bundle); in renderPreview() local
56 private static final String METHOD_GET_PREVIEW = "get_preview"; field in GridOptionsProvider149 if (!METHOD_GET_PREVIEW.equals(method)) { in call()