Searched refs:modtime (Results 1 – 1 of 1) sorted by relevance
93 long modtime = firmwareFile.lastModified(); in checkFirmware() local98 Log.d(TAG,"new modtime: " + modtime); in checkFirmware()99 if (prev_fw_modtime == modtime) { in checkFirmware()109 prefs.edit().putLong(PREF_FIRMWARE_MODTIME, modtime).apply(); in checkFirmware()