Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowKeyCharacterMap.java27 private static boolean sIsDeviceHasKey; field in ShadowKeyCharacterMap
30 sIsDeviceHasKey = false; in reset()
34 sIsDeviceHasKey = isDeviceHasKey; in setDevicehasKey()
39 return sIsDeviceHasKey; in deviceHasKey()