Searched refs:cleanupOldFiles (Results 1 – 2 of 2) sorted by relevance
86 cleanupOldFiles(context); in onReceive()97 private void cleanupOldFiles(Context context) { in cleanupOldFiles() method in HeapDumpReceiver
438 cleanupOldFiles(MIN_KEEP_COUNT, MIN_KEEP_AGE, mBugreportsDir); in sendBugreportFinishedBroadcastLocked()454 cleanupOldFiles( in sendRemoteBugreportFinishedBroadcast()506 void cleanupOldFiles(final int minCount, final long minAge, File bugreportsDir) { in cleanupOldFiles() method in BugreportProgressService