Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: telemetry/telemetry/internal/platform/platform_backend.py

Issue 2847563002: Rename WaitForTemperature to WaitForBatteryTemperature (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: telemetry/telemetry/internal/platform/platform_backend.py
diff --git a/telemetry/telemetry/internal/platform/platform_backend.py b/telemetry/telemetry/internal/platform/platform_backend.py
index 9ca19a4e5f914f5613eed61e989c6416ca74e2cd..84289841f3c59074e37cfd87435320d57f7662dc 100644
--- a/telemetry/telemetry/internal/platform/platform_backend.py
+++ b/telemetry/telemetry/internal/platform/platform_backend.py
@@ -300,7 +300,7 @@ class PlatformBackend(object):
def HasBattOrConnected(self):
return battor_wrapper.IsBattOrConnected(self.GetOSName())
- def WaitForTemperature(self, temp):
+ def WaitForBatteryTemperature(self, temp):
"""Waits for device under test to cool down to temperature given.
nednguyen 2017/04/26 22:27:30 update the documentation here Though we should al
rnephew (Reviews Here) 2017/04/26 22:32:54 Done and moved.
Args:
temp: temperature target in degrees C.
« no previous file with comments | « telemetry/telemetry/internal/platform/android_platform_backend.py ('k') | telemetry/telemetry/internal/story_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698