Searched refs:ANNOTATION_BUNDLE_KEY_BOOT_COUNT (Results 1 – 3 of 3) sorted by relevance
77 .append(Constants.ANNOTATION_BUNDLE_KEY_BOOT_COUNT).append(": ") in toString()117 bundle.putInt(Constants.ANNOTATION_BUNDLE_KEY_BOOT_COUNT, bootCount); in addAnnotationsToBundle()
40 public static final String ANNOTATION_BUNDLE_KEY_BOOT_COUNT = "session.bootCount"; field in Constants
60 assertThat(data.getInt(Constants.ANNOTATION_BUNDLE_KEY_BOOT_COUNT)).isEqualTo( in testAddAnnotationsToBundle_addsPopulatedBundle()