Searched refs:cachedFlickerServiceAssertions (Results 1 – 2 of 2) sorted by relevance
28 private var cachedFlickerServiceAssertions = variable33 val cachedFlickerServiceAssertions: constant in android.tools.flicker.datastore.DataStore.Backup40 android.tools.flicker.datastore.DataStore.cachedFlickerServiceAssertions = mutableMapOf() in clear()46 android.tools.flicker.datastore.DataStore.cachedFlickerServiceAssertions.toMutableMap() in backup()52 android.tools.flicker.datastore.DataStore.cachedFlickerServiceAssertions = in restore()53 backup.cachedFlickerServiceAssertions in restore()94 android.tools.flicker.datastore.DataStore.cachedFlickerServiceAssertions.containsKey( in getResult()105 android.tools.flicker.datastore.DataStore.cachedFlickerServiceAssertions[scenario] = in getResult()112 return android.tools.flicker.datastore.DataStore.cachedFlickerServiceAssertions[scenario] in getFlickerServiceAssertions()
45 if (backup.cachedFlickerServiceAssertions.containsKey(TEST_SCENARIO)) { in resetDataStore()46 backup.cachedFlickerServiceAssertions.remove(TEST_SCENARIO) in resetDataStore()