Searched refs:uidType (Results 1 – 13 of 13) sorted by relevance
28 PackageInfo constructPackageInfo(const char* packageName, int32_t uid, UidType uidType, in constructPackageInfo() argument35 packageInfo.uidType = uidType; in constructPackageInfo()
35 aidl::android::automotive::watchdog::internal::UidType uidType =61 ::testing::Value(actual.uidType, ::testing::Eq(expected.uidType)) &&
1008 packageInfo.uidType = UidType::NATIVE; in TEST_F()
36 UidType uidType;
37 android.automotive.watchdog.internal.UidType uidType;
88 packageInfo.uidType = UidType::NATIVE; in getPackageInfoForNativeUid()190 if (packageInfo.uidType == UidType::APPLICATION) { in updatePackageInfos()
359 if (dailyIoUsage->packageInfo.uidType == UidType::NATIVE) { in onPeriodicCollection()363 } else if (dailyIoUsage->packageInfo.uidType == UidType::APPLICATION && in onPeriodicCollection()
723 if (packageInfo.uidType == UidType::NATIVE) { in isSafeToKill()
229 packageInfo.uidType = appId >= Process.FIRST_APPLICATION_UID ? UidType.APPLICATION : in getPackageInfo()
1444 List<String> sharedUidPackages, int uidType, int componentType, int appCategoryType) { in constructPackageInfo() argument1449 packageInfo.uidType = uidType; in constructPackageInfo()