Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
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()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableArray.java49 static PrimitiveArrayFiller getPrimitiveArrayFiller(Class<?> componentType) { in getPrimitiveArrayFiller()
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java204 private static final Class<?> getArrayClass(Class<?> componentType) { in getArrayClass()
214 Type componentType = getComponentType(mType); in getComponentType() local
/frameworks/layoutlib/bridge/src/dalvik/system/
DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageProperty.java78 @PropertyLocation int componentType, Predicate<String> filter) { in queryProperty()
DPackageManagerService.java2092 @Nullable ComponentName component, @ComponentType int componentType, int userId); in shouldFilterApplicationLocked()
4304 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in shouldFilterApplicationLocked()
5454 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in shouldFilterApplicationLocked()
8655 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in shouldFilterApplicationLocked()
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl809 ParceledListSlice queryProperty(String propertyName, int componentType); in queryProperty()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp576 EGLint componentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in getNativePixelFormat() local