Searched refs:REDACTED_URI_ID (Results 1 – 2 of 2) sorted by relevance
1557 FileColumns.REDACTED_URI_ID + "=?", new String[]{fileName}, null, null, in getFileLookupResultsForRedactedUriPath() argument2948 FileColumns.REDACTED_URI_ID + "=?", in getUriForRedactedUri() argument5470 new String[]{FileColumns.REDACTED_URI_ID}, FileColumns._ID + "=?",5475 String redactedUriID = c.getString(c.getColumnIndex(FileColumns.REDACTED_URI_ID));5483 cv.put(FileColumns.REDACTED_URI_ID, redactedUriID);
1957 public static final String REDACTED_URI_ID = "redacted_uri_id"; field