Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java49 public static final String PROPERTY_LOCALE = "persist.sys.locale"; field in BaseHdmiCecCtsTest
379 return device.executeShellCommand("getprop " + PROPERTY_LOCALE).trim(); in getSystemLocale()
388 device.executeShellCommand("setprop " + PROPERTY_LOCALE + " " + locale); in setSystemLocale()