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

  /external/autotest/frontend/tko/
models.py 659 def query_test_ids(self, filter_data, apply_presentation=True):
663 @param apply_presentation: Whether or not to apply presentation
670 apply_presentation=apply_presentation)
757 apply_presentation=True):
762 apply_presentation=apply_presentation)
rpc_interface.py 48 apply_presentation=False)
53 query = models.TestView.apply_presentation(query, filter_data)
100 apply_presentation=False)
105 query = models.TestView.apply_presentation(query, filter_data)
  /external/autotest/frontend/afe/
model_logic.py 726 def apply_presentation(cls, query, filter_data): member in class:ModelExtensions
750 apply_presentation=True):
791 if apply_presentation:
792 query = cls.apply_presentation(query, filter_data)
    [all...]

Completed in 3171 milliseconds