Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DRenamingDelegatingContext.java77 if (shouldDiskNameBeVisible(diskName)) { in makeExistingFilesAndDbsAccessible()
83 if (shouldDiskNameBeVisible(diskName)) { in makeExistingFilesAndDbsAccessible()
93 boolean shouldDiskNameBeVisible(String diskName) { in shouldDiskNameBeVisible() method in RenamingDelegatingContext
102 if (!shouldDiskNameBeVisible(diskName)) { in publicNameFromDiskName()