HomeSort by relevance Sort by last modified time
    Searched full:vconfig (Results 1 - 1 of 1) 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) {

Completed in 50 milliseconds