Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DDeviceFlag.java37 super(key, getDeviceValue(key, defaultValue), description); in DeviceFlag()
72 defaultValue = getDeviceValue(key, mDefaultValueInCode); in registerDeviceConfigChangedListener()
80 protected static boolean getDeviceValue(String key, boolean defaultValue) { in getDeviceValue() method in DeviceFlag
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/shadows/
DShadowDeviceFlag.java40 protected static boolean getDeviceValue(String key, boolean defaultValue) { in getDeviceValue() method in ShadowDeviceFlag