Home
last modified time | relevance | path

Searched refs:ProfileStateToString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dhermes_utils.py95 if ((hermes_constants.ProfileStateToString(
174 if not (hermes_constants.ProfileStateToString(profile.state) ==
223 return True if (hermes_constants.ProfileStateToString(profile.state) ==
257 if not (hermes_constants.ProfileStateToString(profile.state) ==
294 if (hermes_constants.ProfileStateToString(profile.state) ==
329 if not (hermes_constants.ProfileStateToString(profile.state) ==
H A Dhermes_constants.py66 def ProfileStateToString(state): function