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

  /external/autotest/frontend/tko/
rpc_interface.py 50 apply_presentation=False)
55 query = models.TestView.apply_presentation(query, filter_data)
102 apply_presentation=False)
107 query = models.TestView.apply_presentation(query, filter_data)
models.py 640 def query_test_ids(self, filter_data, apply_presentation=True):
644 @param apply_presentation: Whether or not to apply presentation
651 apply_presentation=apply_presentation)
738 apply_presentation=True):
743 apply_presentation=apply_presentation)
  /external/autotest/frontend/afe/
model_logic.py 713 def apply_presentation(cls, query, filter_data): member in class:ModelExtensions
737 apply_presentation=True):
778 if apply_presentation:
779 query = cls.apply_presentation(query, filter_data)
    [all...]

Completed in 55 milliseconds