Searched defs:propertyParcel (Results 1 – 3 of 3) sorted by relevance
85 PropertyParcel propertyParcel = propertyBundle.getParcelable(propertyName); in createGenericDocumentParcelFromBundle() local116 PropertyParcel propertyParcel = propertyParcels.get(i); in createBundleFromGenericDocumentParcel() local117 properties.putParcelable(propertyParcel.getPropertyName(), propertyParcel); in createBundleFromGenericDocumentParcel() local
160 private static @NonNull Bundle createBundleFromPropertyParcel( in createBundleFromPropertyParcel()220 public static void writeToParcel(@NonNull PropertyParcel propertyParcel, in writeToParcel()
446 PropertyParcel propertyParcel = (PropertyParcel) currentElementValue; in getRawPropertyFromRawDocument() local