Home
last modified time | relevance | path

Searched defs:componentType (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DPackageInfoTestUtils.cpp29 ComponentType componentType, in constructPackageInfo()
42 PackageInfo constructAppPackageInfo(const char* packageName, const ComponentType componentType, in constructAppPackageInfo()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DOveruseConfigurationCache.java166 @ComponentType int componentType) { in fetchThreshold()
194 public boolean isSafeToKill(String genericPackageName, @ComponentType int componentType, in isSafeToKill()
255 private void setIoThresholdsLocked(int componentType, IoOveruseConfiguration ioConfig) { in setIoThresholdsLocked()
H A DPackageInfoHandler.java186 int componentType = ComponentType.UNKNOWN; in getComponentType() local
337 @ComponentType int componentType) { in cachePackageComponentType()
H A DWatchdogPerfHandler.java662 int componentType = mPackageInfoHandler.getComponentType( in getPackageKillableStatesForUserId() local
684 int componentType = mPackageInfoHandler.getSharedComponentType( in getPackageKillableStatesForUserId() local
1218 int userId, String genericPackageName, int componentType, boolean isSafeToKill) { in getPackageKillableStateForUserPackageLocked()
1709 @ComponentType int componentType = mPackageInfoHandler.getComponentType( in constructCarWatchdogIoOveruseStatsLocked() local
2074 toResourceSpecificConfiguration(int componentType, IoOveruseConfiguration config) { in toResourceSpecificConfiguration()
2105 static String toComponentTypeStr(int componentType) { in toComponentTypeStr()
2254 int componentType = config.getComponentType(); in checkResourceOveruseConfig() local
2263 checkIoOveruseConfig(config.getIoOveruseConfiguration(), componentType); in checkResourceOveruseConfig() local
2266 private static void checkIoOveruseConfig(IoOveruseConfiguration config, int componentType) { in checkIoOveruseConfig()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java98 int componentType = (tokens.length == 3) in unflattenFromString() local
117 int componentType = getComponentType(pendingIntent); in create() local
137 ComponentName componentName, @ComponentType int componentType) { in MediaButtonReceiverHolder()
314 private static ComponentName getComponentName(PendingIntent pendingIntent, int componentType) { in getComponentName()
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableArray.java49 static PrimitiveArrayFiller getPrimitiveArrayFiller(Class<?> componentType) { in getPrimitiveArrayFiller()
/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DResourceOveruseConfiguration.java167 /* package-private */ ResourceOveruseConfiguration( in ResourceOveruseConfiguration()
294 int componentType = in.readInt(); in ResourceOveruseConfiguration() local
381 public Builder( in Builder()
/aosp12/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java204 private static final Class<?> getArrayClass(Class<?> componentType) { in getArrayClass()
214 Type componentType = getComponentType(mType); in getComponentType() local
/aosp12/frameworks/layoutlib/bridge/src/dalvik/system/
H A DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A 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()
H A DIoOveruseConfigs.cpp128 Result<void> isValidIoOveruseConfiguration(const ComponentType componentType, in isValidIoOveruseConfiguration()
164 Result<int32_t> getComponentFilter(const ComponentType componentType) { in getComponentFilter()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageProperty.java78 @PropertyLocation int componentType, Predicate<String> filter) { in queryProperty()
H A DPackageManagerService.java2091 @Nullable ComponentName component, @ComponentType int componentType, int userId); in shouldFilterApplicationLocked()
4327 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in shouldFilterApplicationLocked()
5765 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in shouldFilterApplicationLocked()
8988 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in shouldFilterApplicationLocked()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java4131 private static ResourceOveruseConfiguration.Builder sampleResourceOveruseConfigurationBuilder( in sampleResourceOveruseConfigurationBuilder()
4153 private static IoOveruseConfiguration.Builder sampleIoOveruseConfigurationBuilder( in sampleIoOveruseConfigurationBuilder()
4187 sampleInternalResourceOveruseConfiguration(@ComponentType int componentType, in sampleInternalResourceOveruseConfiguration()
4214 sampleInternalIoOveruseConfiguration(@ComponentType int componentType) { in sampleInternalIoOveruseConfiguration()
4563 List<String> sharedUidPackages, int uidType, int componentType, int appCategoryType) { in constructPackageInfo()
/aosp12/build/soong/android/
H A Dtesting.go233 componentType string member
/aosp12/packages/apps/TV/libs/m2/
H A Djavapoet-1.11.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/squareup/ com/ ...
H A Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl809 ParceledListSlice queryProperty(String propertyName, int componentType); in queryProperty()
/aosp12/frameworks/base/core/java/android/widget/
H A DGridLayout.java2376 Class<?> componentType = a.getClass().getComponentType(); in compact() local
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_platform_entries.cpp576 EGLint componentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in getNativePixelFormat() local
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...

12