Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseConfigsTest.cpp170 toPerStateIoOveruseThreshold(ComponentType::THIRD_PARTY, in sampleBuildThirdPartyConfig()
173 return constructResourceOveruseConfig(ComponentType::THIRD_PARTY, /*safeToKill=*/{}, in sampleBuildThirdPartyConfig()
222 toPerStateIoOveruseThreshold(ComponentType::THIRD_PARTY, in sampleUpdateThirdPartyConfig()
225 return constructResourceOveruseConfig(ComponentType::THIRD_PARTY, /*safeToKill=*/{}, in sampleUpdateThirdPartyConfig()
364 constructResourceOveruseConfig(ComponentType::THIRD_PARTY, /*safeToKill=*/{}, in TEST_F()
369 ComponentType::THIRD_PARTY, in TEST_F()
489 toPerStateIoOveruseThreshold(ComponentType::THIRD_PARTY, 600, 300, 2300), in TEST_F()
492 constructResourceOveruseConfig(ComponentType::THIRD_PARTY, /*safeToKill=*/{}, in TEST_F()
540 packageInfo = constructPackageInfo("3pPackage", ComponentType::THIRD_PARTY, in TEST_F()
573 .update({constructResourceOveruseConfig(ComponentType::THIRD_PARTY, {}, {}, in TEST_F()
[all …]
DOveruseConfigurationXmlHelperTest.cpp142 /*componentLevel=*/toPerStateIoOveruseThreshold(ComponentType::THIRD_PARTY, in TEST()
149 constructResourceOveruseConfig(ComponentType::THIRD_PARTY, in TEST()
257 /*componentLevel=*/toPerStateIoOveruseThreshold(ComponentType::THIRD_PARTY, in TEST()
264 constructResourceOveruseConfig(ComponentType::THIRD_PARTY, in TEST()
287 resourceOveruseConfig.componentType = ComponentType::THIRD_PARTY; in TEST()
DWatchdogServiceHelperTest.cpp331 ComponentType::THIRD_PARTY, ApplicationCategoryType::OTHERS), in TEST_F()
/packages/services/Car/service/src/com/android/car/watchdog/
DPackageInfoHandler.java151 case ComponentType.THIRD_PARTY: in getPackageInfo()
165 packageInfo.componentType = ComponentType.THIRD_PARTY; in getPackageInfo()
205 return ComponentType.THIRD_PARTY; in getComponentType()
DWatchdogPerfHandler.java1012 case ComponentType.THIRD_PARTY: in toComponentTypeStr()
1216 if (myComponentType != ComponentType.THIRD_PARTY in syncAndFetchKillableStateLocked()
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp179 case ComponentType::THIRD_PARTY: in getComponentFilter()
340 mThirdPartyConfig.mGeneric.name = toString(ComponentType::THIRD_PARTY);
442 case ComponentType::THIRD_PARTY: in updateFromAidlConfig()
597 thirdPartyConfig->componentType = ComponentType::THIRD_PARTY; in get()
669 case ComponentType::THIRD_PARTY: in writeToDisk()
707 case ComponentType::THIRD_PARTY: in fetchThreshold()
DOveruseConfigurationXmlHelper.cpp131 new std::string(toString(ComponentType::THIRD_PARTY)); in readComponentType()
137 return ComponentType::THIRD_PARTY; in readComponentType()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java1128 UidType.APPLICATION, ComponentType.THIRD_PARTY, in testGetPackageInfosForUids()
1132 UidType.APPLICATION, ComponentType.THIRD_PARTY, in testGetPackageInfosForUids()
1179 new ArrayList<>(), UidType.APPLICATION, ComponentType.THIRD_PARTY, in testGetPackageInfosForUidsWithVendorPackagePrefixes()
1182 new ArrayList<>(), UidType.APPLICATION, ComponentType.THIRD_PARTY, in testGetPackageInfosForUidsWithVendorPackagePrefixes()
1449 sampleResourceOveruseConfigurationBuilder(ComponentType.THIRD_PARTY, in sampleResourceOveruseConfigurations()
1450 sampleIoOveruseConfigurationBuilder(ComponentType.THIRD_PARTY).build()) in sampleResourceOveruseConfigurations()
1461 sampleInternalResourceOveruseConfiguration(ComponentType.THIRD_PARTY, in sampleInternalResourceOveruseConfigurations()
1462 sampleInternalIoOveruseConfiguration(ComponentType.THIRD_PARTY))); in sampleInternalResourceOveruseConfigurations()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DComponentType.aidl44 THIRD_PARTY, enumConstant
/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java76 public static final int THIRD_PARTY = 17; field in QuickContactEvent.ActionType
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1703 intent.putExtra(EXTRA_ACTION_TYPE, ActionType.THIRD_PARTY); in dataItemToEntry()
1916 secondIntent.putExtra(EXTRA_ACTION_TYPE, ActionType.THIRD_PARTY); in populateHangoutsDataItemModel()