HomeSort by relevance Sort by last modified time
    Searched full:vconfig (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 100 Configuration vconfig = mContext.getResources().getConfiguration(); local
101 assertNotNull(vconfig);
102 assertEquals(config.reqKeyboardType, vconfig.keyboard);
103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
104 assertEquals(config.reqNavigation, vconfig.navigation);
105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) {
108 if (vconfig.keyboard != Configuration.KEYBOARD_UNDEFINED) {
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 659 ViewConfiguration vConfig = ViewConfiguration.get(mCtx);
661 if (vConfig.hasPermanentMenuKey()) {

Completed in 235 milliseconds