Searched refs:bootCount (Results 1 – 1 of 1) sorted by relevance
123 final int bootCount = Settings.Global.getInt(mResolver, Settings.Global.BOOT_COUNT, -1); in onCreate() local125 if (bootCount != -1 && bootCount != lastBootCount) { in onCreate()126 mDatabase.setLastBootCount(bootCount); in onCreate()