Searched refs:config6 (Results 1 – 3 of 3) sorted by relevance
69 GameModeConfiguration config6 = new GameModeConfiguration.Builder() in testEqualsAndHashCode() local71 assertFalse(config.equals(config6)); in testEqualsAndHashCode()72 assertNotEquals(config.hashCode(), config6.hashCode()); in testEqualsAndHashCode()73 assertFalse(config2.equals(config6)); in testEqualsAndHashCode()74 assertNotEquals(config2.hashCode(), config6.hashCode()); in testEqualsAndHashCode()75 assertFalse(config3.equals(config6)); in testEqualsAndHashCode()76 assertNotEquals(config3.hashCode(), config6.hashCode()); in testEqualsAndHashCode()
304 final LongitudinalReportingConfig config6 = new LongitudinalReportingConfig( in testLongitudinalReportingEncoder_basicPRRTest() local311 config6, makeTestingUserSecret("encoder" + i)); in testLongitudinalReportingEncoder_basicPRRTest()
234 Configuration config6 = new Configuration(); in populateIntervalStats() local235 config6.orientation = 12; in populateIntervalStats()237 mIntervalStats.getOrCreateConfigurationStats(config6); in populateIntervalStats()