Searched refs:CONNECTIVITY_BUNDLE_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
303 assertThat(result.getInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE)) in testPullsTaggedAndUntaggedMobileStats()339 assertThat(result.getInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE)) in testPullsOemManagedWifiStats()374 assertThat(result.getInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE)) in testPullsOemNotManagedWifiStats()413 assertThat(result.getInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE)) in testPullsStatsOnlyBetweenBootTimeMinus2HoursAndNow()467 assertThat(result.getInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE)) in testSubtractsFromInitialPull()498 assertThat(result.getInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE)) in testSubtractsFromThePreviousPull()519 assertThat(result.getInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE)) in testSubtractsFromThePreviousPull()
85 expected.putInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE, 2); in testAddNetworkStats_toPersistableBundle()130 expected.putInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE, 3); in testSubtract()
63 public static final String CONNECTIVITY_BUNDLE_KEY_SIZE = "conn.size"; field in Constants
153 data.putInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE, mUid.size()); in toPersistableBundle()