Searched refs:REDACTED_URI_ID (Results 1 – 2 of 2) sorted by relevance
1525 FileColumns.REDACTED_URI_ID + "=?", new String[]{fileName}, null, null, in getFileLookupResultsForRedactedUriPath()2939 FileColumns.REDACTED_URI_ID + "=?", in getUriForRedactedUri()5465 new String[]{FileColumns.REDACTED_URI_ID}, FileColumns._ID + "=?",5470 String redactedUriID = c.getString(c.getColumnIndex(FileColumns.REDACTED_URI_ID));5478 cv.put(FileColumns.REDACTED_URI_ID, redactedUriID);
1953 public static final String REDACTED_URI_ID = "redacted_uri_id"; field