Searched refs:cleanupOldFiles (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | RemoteBugreportReceiver.java | 23 import static com.android.shell.BugreportReceiver.cleanupOldFiles; 53 cleanupOldFiles(this, intent, INTENT_REMOTE_BUGREPORT_FINISHED, in onReceive()
|
D | BugreportReceiver.java | 56 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
|