Searched refs:mBugreportsDir (Results 1 – 1 of 1) sorted by relevance
253 private File mBugreportsDir; field in BugreportProgressService289 mBugreportsDir = new File(getFilesDir(), BUGREPORT_DIR); in onCreate()290 if (!mBugreportsDir.exists()) { in onCreate()291 Log.i(TAG, "Creating directory " + mBugreportsDir in onCreate()293 if (!mBugreportsDir.mkdir()) { in onCreate()294 Log.w(TAG, "Could not create directory " + mBugreportsDir); in onCreate()438 cleanupOldFiles(MIN_KEEP_COUNT, MIN_KEEP_AGE, mBugreportsDir); in sendBugreportFinishedBroadcastLocked()525 final File[] files = mBugreportsDir.listFiles(); in cleanupOldBugreports()688 shareDescription, bugreportType, mBugreportsDir, nonce, extraAttachment); in startBugreportAPI()703 info.createScreenshotFile(mBugreportsDir); in startBugreportAPI()[all …]