Searched refs:TOUCHSCREEN_NOTOUCH (Results 1 – 5 of 5) sorted by relevance
39 import static org.robolectric.res.android.ResTable_config.TOUCHSCREEN_NOTOUCH;280 assertThat(config.touchscreen).isEqualTo(TOUCHSCREEN_NOTOUCH); in parse_touchscreen_notouch()
29 import static android.content.res.Configuration.TOUCHSCREEN_NOTOUCH;243 assertThat(configuration.touchscreen).isEqualTo(TOUCHSCREEN_NOTOUCH); in applyQualifiers_shouldHonorSpecifiedQualifiers()
267 case Configuration.TOUCHSCREEN_NOTOUCH: in resourceQualifierString()
491 static final int TOUCHSCREEN_NOTOUCH = 1; field in ResTable_config499 map.put(TOUCHSCREEN_NOTOUCH, "notouch"); in map.put() argument
781 out.touchscreen = ResTable_config.TOUCHSCREEN_NOTOUCH; in parseTouchscreen()