HomeSort by relevance Sort by last modified time
    Searched refs:type_notes (Results 1 - 3 of 3) sorted by null

  /system/media/camera/docs/
metadata_template.mako 78 % if prop.type_notes is not None:
79 type_notes="${prop.type_notes}"
html.mako 215 % if prop.type_notes is not None:
216 <div class="entry_type_notes">${prop.type_notes | wbr}</div>
metadata_model.py 816 type_notes: A string describing notes for the type, or None.
854 type_notes: A string with the notes for the type
924 def type_notes(self): member in class:Entry
969 self._type_notes = kwargs.get('type_notes')
1103 type_notes: A string with the notes for the type
    [all...]

Completed in 52 milliseconds