Searched refs:bootCount (Results 1 – 3 of 3) sorted by relevance
39 public final int bootCount; field in SessionAnnotation47 int bootCount) { in SessionAnnotation() argument54 this.bootCount = bootCount; in SessionAnnotation()60 bootReason, bootCount); in hashCode()78 .append(bootCount) in toString()102 && bootCount == other.bootCount; in equals()117 bundle.putInt(Constants.ANNOTATION_BUNDLE_KEY_BOOT_COUNT, bootCount); in addAnnotationsToBundle()
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()
187 assertThat(annotation.bootCount).isEqualTo(0); in testGetSessionAnnotation_defaultState()