Searched refs:fileOnBoot (Results 1 – 1 of 1) sorted by relevance
82 File fileOnBoot = filesOnBoot[i]; in onReceive() local84 if (systemBootTime > fileOnBoot.lastModified()) { in onReceive()85 boolean wasDeleted = fileOnBoot.delete(); in onReceive()87 Log.w(LOG_TAG, "Could not delete " + fileOnBoot.getName() + " onBoot"); in onReceive()90 Log.w(LOG_TAG, fileOnBoot.getName() + " was created before onBoot broadcast was " in onReceive()