Home
last modified time | relevance | path

Searched refs:customParcelableWrapperAnnotation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
H A DParcelableWrapperAnnotationInfo.java30 Context context, CustomParcelableWrapper customParcelableWrapperAnnotation) { in extractFromParcelableWrapperAnnotation() argument
31 if (customParcelableWrapperAnnotation == null) { in extractFromParcelableWrapperAnnotation()
37 context.types(), customParcelableWrapperAnnotation::originalType); in extractFromParcelableWrapperAnnotation()
H A DParcelableWrapper.java142 CustomParcelableWrapper customParcelableWrapperAnnotation = in addCustomParcelableWrapper() local
145 if (customParcelableWrapperAnnotation == null) { in addCustomParcelableWrapper()
152 context, customParcelableWrapperAnnotation); in addCustomParcelableWrapper()