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