Home
last modified time | relevance | path

Searched refs:swipe_count (Results 1 – 3 of 3) sorted by relevance

/external/lisa/tests/benchmarks/
Dandroid_gmaps.py24 def __init__(self, governor, location_search, swipe_count): argument
27 self.swipe_count = swipe_count
41 'swipe_count' : self.swipe_count,
97 swipe_count = 5; variable
119 GMapsTest(governor, location, swipe_count)
/external/lisa/libs/utils/android/workloads/
Dgmaps.py46 def run(self, out_dir, location_search, swipe_count=5, collect=''): argument
97 for i in range(swipe_count):
/external/lisa/ipynb/examples/android/workloads/
DAndroid_Gmaps.ipynb109 " swipe_count=10)\n",