Home
last modified time | relevance | path

Searched refs:CONNECTIVITY_BUNDLE_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DConnectivityPublisherTest.java303 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()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/net/
DRefinedStatsTest.java85 expected.putInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE, 2); in testAddNetworkStats_toPersistableBundle()
130 expected.putInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE, 3); in testSubtract()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DConstants.java63 public static final String CONNECTIVITY_BUNDLE_KEY_SIZE = "conn.size"; field in Constants
/packages/services/Car/service/src/com/android/car/telemetry/publisher/net/
DRefinedStats.java153 data.putInt(Constants.CONNECTIVITY_BUNDLE_KEY_SIZE, mUid.size()); in toPersistableBundle()