Searched defs:componentType (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/media/ |
| D | MediaButtonReceiverHolder.java | 98 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/ |
| D | MarshalQueryableArray.java | 49 static PrimitiveArrayFiller getPrimitiveArrayFiller(Class<?> componentType) { in getPrimitiveArrayFiller()
|
| /frameworks/base/core/java/android/hardware/camera2/utils/ |
| D | TypeReference.java | 204 private static final Class<?> getArrayClass(Class<?> componentType) { in getArrayClass() 214 Type componentType = getComponentType(mType); in getComponentType() local
|
| /frameworks/layoutlib/bridge/src/dalvik/system/ |
| D | VMRuntime_Delegate.java | 31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageProperty.java | 78 @PropertyLocation int componentType, Predicate<String> filter) { in queryProperty()
|
| D | PackageManagerService.java | 2092 @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/ |
| D | IPackageManager.aidl | 809 ParceledListSlice queryProperty(String propertyName, int componentType); in queryProperty()
|
| /frameworks/native/opengl/libs/EGL/ |
| D | egl_platform_entries.cpp | 576 EGLint componentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in getNativePixelFormat() local
|