/packages/services/Car/cpp/watchdog/server/tests/ |
D | IoOveruseConfigsTest.cpp | 170 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 …]
|
D | OveruseConfigurationXmlHelperTest.cpp | 142 /*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()
|
D | WatchdogServiceHelperTest.cpp | 331 ComponentType::THIRD_PARTY, ApplicationCategoryType::OTHERS), in TEST_F()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | PackageInfoHandler.java | 151 case ComponentType.THIRD_PARTY: in getPackageInfo() 165 packageInfo.componentType = ComponentType.THIRD_PARTY; in getPackageInfo() 205 return ComponentType.THIRD_PARTY; in getComponentType()
|
D | WatchdogPerfHandler.java | 1012 case ComponentType.THIRD_PARTY: in toComponentTypeStr() 1216 if (myComponentType != ComponentType.THIRD_PARTY in syncAndFetchKillableStateLocked()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | IoOveruseConfigs.cpp | 179 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()
|
D | OveruseConfigurationXmlHelper.cpp | 131 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/ |
D | CarWatchdogServiceUnitTest.java | 1128 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/ |
D | ComponentType.aidl | 44 THIRD_PARTY, enumConstant
|
/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | QuickContactEvent.java | 76 public static final int THIRD_PARTY = 17; field in QuickContactEvent.ActionType
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 1703 intent.putExtra(EXTRA_ACTION_TYPE, ActionType.THIRD_PARTY); in dataItemToEntry() 1916 secondIntent.putExtra(EXTRA_ACTION_TYPE, ActionType.THIRD_PARTY); in populateHangoutsDataItemModel()
|