Searched refs:filesOnBoot (Results 1 – 1 of 1) sorted by relevance
76 File[] filesOnBoot = context.getNoBackupFilesDir().listFiles(); in onReceive() local78 if (filesOnBoot == null) { in onReceive()82 for (int i = 0; i < filesOnBoot.length; i++) { in onReceive()83 File fileOnBoot = filesOnBoot[i]; in onReceive()