Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DRemoteBugreportReceiver.java23 import static com.android.shell.BugreportReceiver.cleanupOldFiles;
53 cleanupOldFiles(this, intent, INTENT_REMOTE_BUGREPORT_FINISHED, in onReceive()
DBugreportReceiver.java56 cleanupOldFiles(this, intent, INTENT_BUGREPORT_FINISHED, MIN_KEEP_COUNT, MIN_KEEP_AGE); in onReceive()
64 static void cleanupOldFiles(BroadcastReceiver br, Intent intent, String expectedAction, in cleanupOldFiles() method in BugreportReceiver