Searched refs:buildCacheKey (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | FastScrollingIndexCache.java | 127 private static String buildCacheKey(Uri queryUri, String selection, String[] selectionArgs, in buildCacheKey() method in FastScrollingIndexCache 208 final String key = buildCacheKey(queryUri, selection, selectionArgs, sortOrder, in get() 240 final String key = buildCacheKey(queryUri, selection, selectionArgs, sortOrder, in put()
|