Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaButtonReceiverHolder.java100 int componentType = (tokens.length == 3) in unflattenFromString() local
123 int componentType = getComponentType(pendingIntent); in create() local
143 ComponentName componentName, @ComponentType int componentType) { in MediaButtonReceiverHolder()
327 private static ComponentName getComponentName(PendingIntent pendingIntent, int componentType) { in getComponentName()
/frameworks/layoutlib/bridge/src/dalvik/system/
DVMRuntime_Delegate.java30 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()
DVMRuntimeCommonHelper.java25 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableArray.java53 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/base/services/core/java/com/android/server/pm/
DPackageProperty.java78 @PropertyLocation int componentType, Predicate<String> filter) { in queryProperty()
DComputer.java240 @Nullable ComponentName component, @PackageManager.ComponentType int componentType, in shouldFilterApplication()
243 @Nullable ComponentName component, @PackageManager.ComponentType int componentType, in shouldFilterApplication()
DComputerEngine.java2436 @PackageManager.ComponentType int componentType, int userId, boolean filterUninstall) { in shouldFilterApplication()
2509 @PackageManager.ComponentType int componentType, int userId) { in shouldFilterApplication()
/frameworks/base/core/java/android/os/
DParcel.java2269 final Class<?> componentType = val.getClass().getComponentType(); in writeFixedArrayInternal() local
4050 Class<?> componentType = val.getClass().getComponentType(); in readFixedArray() local
4090 Class<?> componentType = val.getClass().getComponentType(); in readFixedArray() local
4116 Class<?> componentType = val.getClass().getComponentType(); in readFixedArray() local
4180 final Class<?> componentType = cls.getComponentType(); in createFixedArray() local
4249 final Class<?> componentType = cls.getComponentType(); in createFixedArray() local
4305 final Class<?> componentType = cls.getComponentType(); in createFixedArray() local
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl794 ParceledListSlice queryProperty(String propertyName, int componentType); in queryProperty()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp592 EGLint componentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in getNativePixelFormat() local