Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java2104 int thirdPartySharedUid = 1002044; in testLatestIoOveruseStatsWithSharedUid() local
2114 "third_party_package.A", thirdPartySharedUid, "third_party_shared_package"), in testLatestIoOveruseStatsWithSharedUid()
2116 "third_party_package.B", thirdPartySharedUid, "third_party_shared_package") in testLatestIoOveruseStatsWithSharedUid()
2143 constructPackageIoOveruseStats(thirdPartySharedUid, /* shouldNotify= */ true, in testLatestIoOveruseStatsWithSharedUid()
2169 expectedStats.add(constructResourceOveruseStats(thirdPartySharedUid, in testLatestIoOveruseStatsWithSharedUid()
2179 expectedReportedOveruseStats.add(constructIoOveruseStatsReported(thirdPartySharedUid, in testLatestIoOveruseStatsWithSharedUid()
2186 Collections.singletonList(constructIoOveruseKillStatsReported(thirdPartySharedUid, in testLatestIoOveruseStatsWithSharedUid()