Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java92 cleanupFile(file); in clear()
130 cleanupFile(file); in initialize()
225 cleanupFile(file); in insert()
231 private void cleanupFile(File file) { in cleanupFile() method in PhotoStore
242 cleanupFile(getFileForPhotoFileId(id)); in remove()
/packages/modules/ExtServices/java/tests/hosttests/src/android/ext/services/hosttests/
DAdServicesFilesCleanupBootCompleteReceiverHostTest.java106 cleanupFile(mAdServicesFilePath); in tearDown()
107 cleanupFile(mAdServicesNotPrefixFilePath); in tearDown()
283 private void cleanupFile(String fullPath) throws DeviceNotAvailableException { in cleanupFile() method in AdServicesFilesCleanupBootCompleteReceiverHostTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java238 cleanupFile(); in loadConfigData()
309 cleanupFile(); in cleanupAll()
313 private void cleanupFile() throws IOException { in cleanupFile() method in BluetoothKeystoreService
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraManager.java622 private void releaseMediaRecorder(final boolean cleanupFile) { in releaseMediaRecorder() argument
628 if (cleanupFile) { in releaseMediaRecorder()