OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vconfig
(Results
1 - 4
of
4
) 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) {
/external/toybox/
Android.mk
144
toys/other/
vconfig
.c \
242
# partprobe pivot_root pwdx rev rfkill
vconfig
/external/toybox/generated/
newtoys.h
273
USE_VCONFIG(NEWTOY(
vconfig
, "<2>4", TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
flags.h
[
all
...]
Completed in 288 milliseconds