Searched refs:CONNECTIVITY_BUNDLE_KEY_START_MILLIS (Results 1 – 4 of 4) sorted by relevance
83 expected.putLong(Constants.CONNECTIVITY_BUNDLE_KEY_START_MILLIS, 10_000); in testAddNetworkStats_toPersistableBundle()127 expected.putLong(Constants.CONNECTIVITY_BUNDLE_KEY_START_MILLIS, 10_000); in testSubtract()
61 public static final String CONNECTIVITY_BUNDLE_KEY_START_MILLIS = "conn.startMillis"; field in Constants
151 data.putLong(Constants.CONNECTIVITY_BUNDLE_KEY_START_MILLIS, mStartMillis); in toPersistableBundle()
299 assertThat(result.getLong(Constants.CONNECTIVITY_BUNDLE_KEY_START_MILLIS)) in testPullsTaggedAndUntaggedMobileStats()302 .isGreaterThan(result.getLong(Constants.CONNECTIVITY_BUNDLE_KEY_START_MILLIS)); in testPullsTaggedAndUntaggedMobileStats()