Home
last modified time | relevance | path

Searched refs:deleteFile (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/system/core/init/test_upgrade_mte/src/com/android/tests/init/
H A DMteUpgradeTest.java89 getDevice().deleteFile(tombstoneFilename); in testCrash()
91 getDevice().deleteFile(tombstoneFilename.substring(0, tombstoneFilename.length() - 3)); in testCrash()
122 getDevice().deleteFile(tombstoneFilename); in testCrashOverridden()
124 getDevice().deleteFile(tombstoneFilename.substring(0, tombstoneFilename.length() - 3)); in testCrashOverridden()
/aosp14/frameworks/base/tools/aapt/
H A DCacheUpdater.h39 virtual void deleteFile(String8 path) = 0;
94 virtual void deleteFile(String8 path) in deleteFile() function
H A DCrunchCache.cpp68 cu->deleteFile(mDestFiles.keyAt(0)); in crunch()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DInvalidNewSystemAppTest.kt59 preparer.deleteFile(filePath.parent.toString())
74 preparer.deleteFile(filePath.toString())
H A DFactoryPackageTest.kt44 device.deleteFile(filePath.parent.toString())
H A DOverlayActorVisibilityTest.kt92 preparer.deleteFile(namedActorFile.toString())
H A DHostUtils.kt35 deleteFile(partition.baseAppFolder.resolve(it.removeSuffix(".apk")).toString())
H A DSystemStubMultiUserDisableUninstallTest.kt94 savedDevice?.deleteFile(stubFile.parent.toString())
95 savedDevice?.deleteFile(deviceCompressedFile.parent.toString())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapper.kt103 persistenceWrapper.deleteFile()
139 baseContext.deleteFile(file.getPath())
H A DControlsFavoritePersistenceWrapper.kt80 fun deleteFile() { regex
/aosp14/system/core/debuggerd/test_permissive_mte/src/com/android/tests/debuggerd/
H A DPermissiveMteTest.java71 getDevice().deleteFile(tombstonePath); in tearDown()
73 getDevice().deleteFile(tombstonePath.substring(0, tombstonePath.length() - 3)); in tearDown()
/aosp14/frameworks/base/tools/aapt/tests/
H A DMockCacheUpdater.h25 virtual void deleteFile(String8 path) { in deleteFile() function
/aosp14/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
H A DSystemPreparer.java125 public SystemPreparer deleteFile(String file) throws DeviceNotAvailableException { in deleteFile() method in SystemPreparer
128 device.deleteFile(file); in deleteFile()
264 device.deleteFile(file); in after()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java233 deleteFile(getChildProfileLockFile(userId)); in removeChildProfileLock()
261 deleteFile(getRebootEscrowFile(userId)); in removeRebootEscrow()
277 deleteFile(getRebootEscrowServerBlobFile()); in removeRebootEscrowServerBlob()
351 private void deleteFile(File path) { in deleteFile() method in LockSettingsStorage
416 deleteFile(getRepairModePersistentDataFile()); in deleteRepairModePersistentData()
440 deleteFile(getSyntheticPasswordStateFileForUser(userId, protectorId, name)); in deleteSyntheticPasswordState()
505 deleteFile(getRebootEscrowFile(userId)); in removeUser()
/aosp14/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java215 public boolean deleteFile(String name) { in deleteFile() method in RenamingDelegatingContext
218 return mFileContext.deleteFile(renamedFileName(name)); in deleteFile()
/aosp14/frameworks/base/core/tests/overlaytests/remount/src/com/android/overlaytest/remounted/
H A DRegenerateIdmapTest.java64 getDevice().deleteFile(originalPath); in testTargetRelocated()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DDeletionJobServiceTest.kt63 verify(context).deleteFile(AuxiliaryPersistenceWrapper.AUXILIARY_FILE_NAME)
/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java127 mContext.deleteFile(DOWNLOAD_STARTED_FLAG); in initiateDownload()
183 mContext.deleteFile(DOWNLOAD_STARTED_FLAG); in verifyFileDownloadSucceeded()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPersister.java311 boolean deleteFile = false; in restoreTasksForUserLocked()
370 deleteFile = true; in restoreTasksForUserLocked()
372 if (deleteFile) { in restoreTasksForUserLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/location/settings/
H A DSettingsStore.java139 synchronized void deleteFile() throws InterruptedException {
H A DLocationSettings.java153 mUserSettings.valueAt(i).deleteFile(); in deleteFiles()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java252 deleteFile(currentOldestFile); in prune()
281 private void deleteFile(AtomicFile file) { in deleteFile() method in NotificationHistoryDatabase
/aosp14/frameworks/base/test-runner/api/
H A Dlint-baseline.txt100 MissingNullability: android.test.RenamingDelegatingContext#deleteFile(String) parameter #0:
101 Missing nullability on parameter `name` in method `deleteFile`
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java259 private void deleteFile(File file) { in deleteFile() method in BackupManagerService
286 deleteFile(getActivatedFileForUser(userId)); in deactivateBackupForUserLocked()
301 deleteFile(getSuppressFileForUser(userId)); in activateBackupForUserLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java1032 public void deleteFile(File dir) { in deleteFile() method in DropBoxManagerService.EntryFile
1172 entry.deleteFile(mDropBoxDir); in trimToFit()
1246 entry.deleteFile(mDropBoxDir); in trimToFit()

12