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.java1950 String defaultSecondary = null; in ensureFileColumns() local
1987 defaultSecondary = ".thumbnails"; in ensureFileColumns()
1994 defaultSecondary = ".thumbnails"; in ensureFileColumns()
2001 defaultSecondary = ".thumbnails"; in ensureFileColumns()
2076 if (TextUtils.isEmpty(secondary)) secondary = defaultSecondary; in ensureFileColumns()