HomeSort by relevance Sort by last modified time
    Searched defs:keypad (Results 1 - 4 of 4) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 165 String keypad = null; local
167 keypad = "undefined";
169 keypad = "nokeys";
171 keypad = "qwerty";
173 keypad = "12key";
175 if (keypad != null) {
176 DeviceInfoInstrument.addResult(DeviceInfoConstants.KEYPAD, keypad);
  /external/libvterm/src/
vterm_internal.h 84 int keypad:1; member in struct:VTermState::__anon17322
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 1286 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 1286 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]

Completed in 200 milliseconds