Searched defs:componentType (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/ |
D | Common.java | 76 private static boolean validateComponentState(Context context, int componentType, in validateComponentState() 118 static void notifyNetworkStateObserver(Context context, Intent intent, int componentType) { in notifyNetworkStateObserver() 126 static void notifyNetworkStateObserver(Context context, Bundle extras, int componentType) { in notifyNetworkStateObserver()
|
/packages/services/Car/car-lib/src/android/car/watchdog/ |
D | ResourceOveruseConfiguration.java | 158 /* package-private */ ResourceOveruseConfiguration( in ResourceOveruseConfiguration() 285 int componentType = in.readInt(); in ResourceOveruseConfiguration() local 372 public Builder( in Builder()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | PackageInfoHandler.java | 143 int componentType = getPackageComponentType(userId, sharedUidPackages[i]); in getPackageInfo() local
|
D | WatchdogPerfHandler.java | 450 int componentType = config.getComponentType(); in setResourceOveruseConfigurations() local 976 toResourceSpecificConfiguration(int componentType, IoOveruseConfiguration config) { in toResourceSpecificConfiguration() 1006 static String toComponentTypeStr(int componentType) { in toComponentTypeStr()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 1466 int componentType, IoOveruseConfiguration ioOveruseConfig) { in sampleResourceOveruseConfigurationBuilder() 1480 int componentType) { in sampleIoOveruseConfigurationBuilder() 1509 sampleInternalResourceOveruseConfiguration(int componentType, in sampleInternalResourceOveruseConfiguration() 1531 sampleInternalIoOveruseConfiguration(int componentType) { in sampleInternalIoOveruseConfiguration() 1658 List<String> sharedUidPackages, int uidType, int componentType, int appCategoryType) { in constructPackageInfo()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | OveruseConfigurationXmlHelper.cpp | 267 Result<PerStateIoOveruseThreshold> readComponentLevelThresholds(ComponentType componentType, in readComponentLevelThresholds() 403 Result<IoOveruseConfiguration> readIoOveruseConfiguration(ComponentType componentType, in readIoOveruseConfiguration() 438 Result<void> writeComponentType(ComponentType componentType, XMLElement* rootElement) { in writeComponentType()
|
D | IoOveruseConfigs.cpp | 137 Result<void> isValidIoOveruseConfiguration(const ComponentType componentType, in isValidIoOveruseConfiguration() 173 Result<int32_t> getComponentFilter(const ComponentType componentType) { in getComponentFilter()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | PackageInfoResolverTest.cpp | 52 ComponentType componentType, in constructPackageInfo()
|
D | WatchdogServiceHelperTest.cpp | 75 ComponentType componentType, in constructPackageInfo()
|
D | IoOveruseConfigsTest.cpp | 77 const char* packageName, const ComponentType componentType, in constructPackageInfo()
|