Searched refs:thirdPartyPkgUid (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | CarWatchdogServiceUnitTest.java | 2004 int thirdPartyPkgUid = 1002044; in testLatestIoOveruseStats() local 2014 "third_party_package", thirdPartyPkgUid, null))); in testLatestIoOveruseStats() 2047 constructPackageIoOveruseStats(thirdPartyPkgUid, /* shouldNotify= */ true, in testLatestIoOveruseStats() 2073 expectedStats.add(constructResourceOveruseStats(thirdPartyPkgUid, "third_party_package", in testLatestIoOveruseStats() 2083 expectedReportedOveruseStats.add(constructIoOveruseStatsReported(thirdPartyPkgUid, in testLatestIoOveruseStats() 2090 Collections.singletonList(constructIoOveruseKillStatsReported(thirdPartyPkgUid, in testLatestIoOveruseStats() 2879 int thirdPartyPkgUid = UserHandle.getUid(100, 10005); in testDisableHistoricalRecurrentlyOverusingApp() local 2882 "third_party_package", thirdPartyPkgUid, null))); in testDisableHistoricalRecurrentlyOverusingApp() 2897 constructPackageIoOveruseStats(thirdPartyPkgUid, /* shouldNotify= */ true, in testDisableHistoricalRecurrentlyOverusingApp() 2942 int thirdPartyPkgUid = UserHandle.getUid(100, 10005); in testDisableHistoricalRecurrentlyOverusingAppAfterDateChange() local [all …]
|