Searched refs:getCursorUri (Results 1 – 1 of 1) sorted by relevance
81 final Uri localUri = getCursorUri(cursor, COLUMN_LOCAL_URI); in buildViewIntent()96 final Uri remoteUri = getCursorUri(cursor, COLUMN_URI); in buildViewIntent()122 return getCursorUri(headers, RequestHeaders.COLUMN_VALUE); in getRefererUri()151 private static Uri getCursorUri(Cursor cursor, String column) { in getCursorUri() method in OpenHelper