Home
last modified time | relevance | path

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/
DCommon.java76 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/
DResourceOveruseConfiguration.java158 /* 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/
DPackageInfoHandler.java143 int componentType = getPackageComponentType(userId, sharedUidPackages[i]); in getPackageInfo() local
DWatchdogPerfHandler.java450 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/
DCarWatchdogServiceUnitTest.java1466 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/
DOveruseConfigurationXmlHelper.cpp267 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()
DIoOveruseConfigs.cpp137 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/
DPackageInfoResolverTest.cpp52 ComponentType componentType, in constructPackageInfo()
DWatchdogServiceHelperTest.cpp75 ComponentType componentType, in constructPackageInfo()
DIoOveruseConfigsTest.cpp77 const char* packageName, const ComponentType componentType, in constructPackageInfo()