Home
last modified time | relevance | path

Searched refs:LoadCacheData (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/angle/build/android/pylib/local/device/
H A Dlocal_device_environment.py197 d.LoadCacheData(f.read())
/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_environment.py198 d.LoadCacheData(f.read())
/aosp_15_r20/external/angle/build/android/incremental_install/
H A Dinstaller.py267 device.LoadCacheData(f.read())
/aosp_15_r20/external/cronet/build/android/incremental_install/
H A Dinstaller.py267 device.LoadCacheData(f.read())
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils_test.py3755 self.assertFalse(self.device.LoadCacheData(''))
3759 self.assertFalse(self.device.LoadCacheData('{}'))
3763 self.assertFalse(self.device.LoadCacheData('{"token":"foo"}'))
3767 self.assertTrue(self.device.LoadCacheData('{"token":"TOKEN"}'))
3773 self.assertTrue(self.device.LoadCacheData(json.dumps(data)))
H A Ddevice_utils.py3516 def LoadCacheData(self, data, timeout=None, retries=None): member in DeviceUtils
/aosp_15_r20/external/cronet/build/android/
H A Dapk_operations.py1167 d.LoadCacheData(f.read())
/aosp_15_r20/external/angle/build/android/
H A Dapk_operations.py1180 d.LoadCacheData(f.read())
/aosp_15_r20/external/chromium-trace/catapult/devil/docs/
H A Ddevice_utils.md737 ### DeviceUtils.LoadCacheData