Home
last modified time | relevance | path

Searched refs:defaultSecondary (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java1951 String defaultSecondary = null; in ensureFileColumns() local
1988 defaultSecondary = ".thumbnails"; in ensureFileColumns()
1995 defaultSecondary = ".thumbnails"; in ensureFileColumns()
2002 defaultSecondary = ".thumbnails"; in ensureFileColumns()
2077 if (TextUtils.isEmpty(secondary)) secondary = defaultSecondary; in ensureFileColumns()